Skip to content

Commit 00c3142

Browse files
authored
Merge pull request #359 from ma10/revise-release-wf-20250617
Make get-build-targets depend on check-repo.
2 parents 0a1dd60 + 97a2e2c commit 00c3142

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
- run: echo "Running in the correct repository. Proceeding."
3838

3939
get-build-targets:
40+
needs: check-repo
4041
uses: ./.github/workflows/reusable-get-build-targets.yml
4142
with:
4243
target_ref: ${{ inputs.target_ref || '' }}

0 commit comments

Comments
 (0)