Skip to content

Commit e1959ea

Browse files
authored
ci: change rules for release pr (#282)
1 parent 9c0a020 commit e1959ea

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ permissions:
2222
jobs:
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:
@@ -39,7 +38,6 @@ jobs:
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:
@@ -71,7 +69,6 @@ jobs:
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
@@ -99,7 +96,7 @@ jobs:
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

0 commit comments

Comments
 (0)