Skip to content

Commit

Permalink
change condition
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Nov 10, 2023
1 parent c6fb05c commit 8e791d2
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 @@ -25,7 +25,7 @@ jobs:
- uses: codecov/codecov-action@v3
- name: nightly release
if: |
github.ref_name == 'refs/heads/build/nightly' &&
github.ref_name == 'build/nightly' &&
!contains(github.event.head_commit.message, '[skip-release]') &&
!contains(github.event.head_commit.message, 'docs')
run: |
Expand Down

0 comments on commit 8e791d2

Please sign in to comment.