Skip to content

Commit

Permalink
fix: run
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaansehgal99 committed Feb 9, 2024
1 parent aab0f29 commit 56b6502
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/e2e-preset-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ permissions:

jobs:
determine-models:
if: github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success'
runs-on: ubuntu-latest
outputs:
matrix: ${{ steps.affected_models.outputs.matrix }}
Expand Down Expand Up @@ -95,7 +94,7 @@ jobs:
e2e-preset-tests:
needs: determine-models
if: needs.determine-models.outputs.is_matrix_empty == 'false' && (github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success')
if: needs.determine-models.outputs.is_matrix_empty == 'false'
runs-on: ubuntu-latest
environment: e2e-test
strategy:
Expand Down

0 comments on commit 56b6502

Please sign in to comment.