Skip to content

Commit

Permalink
fix: testing the if condintion, job should run
Browse files Browse the repository at this point in the history
  • Loading branch information
zenit2001 committed Dec 14, 2023
1 parent 88ed97d commit e58fae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cartridges-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
commit-the-cartridge:
if: |
github.event_name == 'pull_request' &&
contains(github.head_ref, 'release')
contains(github.head_ref, 'feature')
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down

0 comments on commit e58fae8

Please sign in to comment.