Skip to content

Commit

Permalink
ci: fix if
Browse files Browse the repository at this point in the history
  • Loading branch information
arshad-yaseen committed Jan 7, 2025
1 parent a537102 commit 4cdf326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
issues: write
pull-requests: write
id-token: write
if: github.ref == 'refs/heads/main' && contains(github.event.head_commit.message, '[skip-release]')
if: github.ref == 'refs/heads/main' && !contains(github.event.head_commit.message, '[skip-release]')
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 4cdf326

Please sign in to comment.