Skip to content

Commit dbf3b2e

Browse files
authored
ci: Skip running code checks on release (#466)
Everything that is merged to master passed through code checks before, and they're needlessly long.
1 parent afc4880 commit dbf3b2e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/run_release.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ on:
2626
default: ''
2727

2828
jobs:
29-
run_code_checks:
30-
name: Run code checks
31-
uses: ./.github/workflows/run_code_checks.yaml
32-
3329
# This job determines if the conditions are met for a release to occur. It will proceed if triggered manually,
3430
# for any published release, or if the commit on push does not begin with "docs" or "chore".
3531
should_release:
@@ -71,7 +67,7 @@ jobs:
7167
7268
update_changelog:
7369
name: Update changelog
74-
needs: [run_code_checks, should_release]
70+
needs: [should_release]
7571
runs-on: ubuntu-latest
7672
permissions:
7773
contents: write

0 commit comments

Comments
 (0)