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 afc4880 commit dbf3b2eCopy full SHA for dbf3b2e
.github/workflows/run_release.yaml
@@ -26,10 +26,6 @@ on:
26
default: ''
27
28
jobs:
29
- run_code_checks:
30
- name: Run code checks
31
- uses: ./.github/workflows/run_code_checks.yaml
32
-
33
# This job determines if the conditions are met for a release to occur. It will proceed if triggered manually,
34
# for any published release, or if the commit on push does not begin with "docs" or "chore".
35
should_release:
@@ -71,7 +67,7 @@ jobs:
71
67
72
68
update_changelog:
73
69
name: Update changelog
74
- needs: [run_code_checks, should_release]
70
+ needs: [should_release]
75
runs-on: ubuntu-latest
76
permissions:
77
contents: write
0 commit comments