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 cb49520 commit 63bb169Copy full SHA for 63bb169
1 file changed
.github/workflows/pr.yml
@@ -26,7 +26,6 @@ jobs:
26
lint:
27
name: Lint
28
runs-on: ubuntu-latest
29
- needs: ensure-policyengine-bundle-supported-by-simulation-api
30
steps:
31
- name: Checkout repo
32
uses: actions/checkout@v4
@@ -39,7 +38,6 @@ jobs:
39
38
quality-guards:
40
name: Quality guards
41
42
43
44
45
@@ -52,7 +50,6 @@ jobs:
52
50
check-changelog:
53
51
name: Check changelog fragment
54
55
56
57
- uses: actions/checkout@v4
58
- name: Check for changelog fragment
0 commit comments