We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f341355 commit a73fac2Copy full SHA for a73fac2
.github/workflows/cicd.yml
@@ -4,7 +4,6 @@ on:
4
push:
5
branches:
6
- master
7
- - next
8
pull_request:
9
10
env:
@@ -104,10 +103,10 @@ jobs:
104
103
comment-always: true
105
106
dry_run:
107
- name: Build
+ name: Release Test Package
108
runs-on: ubuntu-latest
109
# Dry run check does not need to wait for others
110
- if: (github.event_name == 'pull_request' || github.ref == 'refs/heads/next') && !contains(github.event.head_commit.message, '[skip ci]')
+ if: github.event_name == 'pull_request' && github.event.pull_request.head.ref == 'next' && !contains(github.event.head_commit.message, '[skip ci]')
111
steps:
112
- uses: actions/[email protected]
113
with:
0 commit comments