Skip to content

Commit

Permalink
chore: Do not run decider tests on merge to master (#1925)
Browse files Browse the repository at this point in the history
Do not run decider tests on merge to master
  • Loading branch information
nahsi committed Nov 22, 2023
1 parent 634333f commit 63c13a8
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,8 @@ jobs:

decider:
if: >
github.event_name == 'push' ||
(
contains(github.event.pull_request.labels.*.name, 'e2e') &&
!github.event.pull_request.head.repo.fork
)
contains(github.event.pull_request.labels.*.name, 'e2e') &&
!github.event.pull_request.head.repo.fork
uses: fluencelabs/decider/.github/workflows/tests.yml@main
with:
test-cargo-dependencies: |
Expand Down

0 comments on commit 63c13a8

Please sign in to comment.