Skip to content

Commit

Permalink
chore(ci): Remove obsolete skip statements [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Sidnioulz committed Oct 18, 2024
1 parent b7e6370 commit e96ae6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
release:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' && !contains(github.event.head_commit.message, 'ci skip') && !contains(github.event.head_commit.message, 'skip ci') && !contains(github.event.head_commit.message, 'skip release') && !contains(github.event.head_commit.message, 'release skip') }}
if: ${{ github.event.workflow_run.conclusion == 'success' }}
strategy:
matrix:
node-version: [22]
Expand Down

0 comments on commit e96ae6b

Please sign in to comment.