Skip to content

Commit

Permalink
Fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
shnela committed Dec 8, 2022
1 parent ddb53db commit 7e6b2db
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:
report_job: 'standard1 (${{ matrix.os }} - py${{ matrix.python-version }})'

e2e_s2:
needs: [ e2e_s1 ]
timeout-minutes: 75
strategy:
fail-fast: false
Expand All @@ -68,7 +67,7 @@ jobs:


e2e-tests-notify:
needs: [ e2e_s2 ]
needs: [ e2e_s1, e2e_s2 ]
runs-on: ubuntu-latest
if: (success() || failure()) && github.ref != 'refs/heads/master'
steps:
Expand Down

0 comments on commit 7e6b2db

Please sign in to comment.