Skip to content

Commit

Permalink
ci: correct condition
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Oct 4, 2024
1 parent 4f9d67d commit 1384010
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 @@ -51,7 +51,7 @@ jobs:
if: ${{ matrix.os == 'ubuntu-latest' && matrix.node == 22 }}
- name: nightly release
if: |
${{ matrix.os == 'ubuntu-latest' && matrix.node == 22 }} &&
matrix.os == 'ubuntu-latest' && matrix.node == 22 &&
github.event_name == 'push' &&
!contains(github.event.head_commit.message, '[skip-release]') &&
!startsWith(github.event.head_commit.message, 'docs')
Expand Down

0 comments on commit 1384010

Please sign in to comment.