File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ permissions:
2222jobs :
2323 lint :
2424 name : Lint & Format
25- if : ${{ !startsWith(github.head_ref, 'changeset-release/') }}
2625 runs-on : ubuntu-latest
2726 timeout-minutes : 10
2827 steps :
3938
4039 test :
4140 name : Test & Coverage
42- if : ${{ !startsWith(github.head_ref, 'changeset-release/') }}
4341 runs-on : ubuntu-latest
4442 timeout-minutes : 10
4543 steps :
7169
7270 build :
7371 name : Build
74- if : ${{ !startsWith(github.head_ref, 'changeset-release/') }}
7572 needs : [lint, test]
7673 runs-on : ubuntu-latest
7774 timeout-minutes : 10
9996
10097 check-changeset :
10198 name : Check Changeset
102- if : github.event_name == 'pull_request' && !startsWith(github.head_ref, 'changeset-release/')
99+ if : github.event_name == 'pull_request'
103100 runs-on : ubuntu-latest
104101 steps :
105102 - name : Check Changeset
You can’t perform that action at this time.
0 commit comments