diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 9b68528..228dea6 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -173,9 +173,6 @@ jobs: - name: Evaluate image name run: 'helpers/image-from-ref >> $GITHUB_ENV' - - name: Stagger tests - run: 'sleep $((RANDOM % 60 + 1))' - - name: Cleanup Leftovers if: always() run: helpers/cleanup