Skip to content

Commit

Permalink
don't run on pushes to develop
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez committed Jan 17, 2025
1 parent e4fff42 commit bc119b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hierarchy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
uses: ./.github/workflows/_rosetta.yml

e2e:
if: (!cancelled() && !failure() && (!github.event.pull_request.draft || github.ref_name == 'develop'))
if: (!cancelled() && !failure() && !github.event.pull_request.draft && github.ref_name != 'develop')
needs:
- diff
- dprint-format
Expand Down

0 comments on commit bc119b4

Please sign in to comment.