Skip to content

Commit 63bb169

Browse files
committed
Let static PR checks run before bundle gate
1 parent cb49520 commit 63bb169

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/pr.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
lint:
2727
name: Lint
2828
runs-on: ubuntu-latest
29-
needs: ensure-policyengine-bundle-supported-by-simulation-api
3029
steps:
3130
- name: Checkout repo
3231
uses: actions/checkout@v4
@@ -39,7 +38,6 @@ jobs:
3938
quality-guards:
4039
name: Quality guards
4140
runs-on: ubuntu-latest
42-
needs: ensure-policyengine-bundle-supported-by-simulation-api
4341
steps:
4442
- name: Checkout repo
4543
uses: actions/checkout@v4
@@ -52,7 +50,6 @@ jobs:
5250
check-changelog:
5351
name: Check changelog fragment
5452
runs-on: ubuntu-latest
55-
needs: ensure-policyengine-bundle-supported-by-simulation-api
5653
steps:
5754
- uses: actions/checkout@v4
5855
- name: Check for changelog fragment

0 commit comments

Comments
 (0)