Skip to content

Commit

Permalink
add back ci flags
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jun 13, 2024
1 parent 236fd38 commit 46cc09c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ jobs:
NODE_OPTIONS: --experimental-vm-modules --enable-source-maps
# - uses: codecov/codecov-action@v3
- name: Release Nightly
# if: |
# github.event_name == 'push' &&
# !contains(github.event.head_commit.message, '[skip-release]') &&
# !startsWith(github.event.head_commit.message, 'chore') &&
# !startsWith(github.event.head_commit.message, 'docs')
if: |
github.event_name == 'push' &&
!contains(github.event.head_commit.message, '[skip-release]') &&
!startsWith(github.event.head_commit.message, 'chore') &&
!startsWith(github.event.head_commit.message, 'docs')
run: ./scripts/release-nightly.sh
env:
NODE_AUTH_TOKEN: ${{secrets.NODE_AUTH_TOKEN}}

0 comments on commit 46cc09c

Please sign in to comment.