Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit 51774ef

Browse files
Update build_release.yml
Signed-off-by: Joshua Thompson-Lindley <[email protected]>
1 parent f86f5de commit 51774ef

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Diff for: .github/workflows/build_release.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ on:
99
jobs:
1010
static_checks:
1111
name: Static Checks
12-
needs: pre_release_check
13-
if: needs.pre_release_check.outputs.should_run == 'true'
1412
permissions:
1513
actions: read
1614
contents: read
@@ -27,8 +25,6 @@ jobs:
2725

2826
unit_tests:
2927
name: Unit Tests
30-
needs: pre_release_check
31-
if: needs.pre_release_check.outputs.should_run == 'true'
3228
permissions:
3329
actions: read
3430
contents: read
@@ -56,8 +52,7 @@ jobs:
5652

5753
build_release:
5854
name: Build Release
59-
needs: [pre_release_check, static_checks, unit_tests]
60-
if: needs.pre_release_check.outputs.should_run == 'true'
55+
needs: [static_checks, unit_tests]
6156
permissions:
6257
actions: read
6358
contents: read

0 commit comments

Comments
 (0)