Skip to content

Commit 67961f9

Browse files
committed
CI: Avoid dependency updates in forks
This workflow currently runs in any customer repository hosted on GitHub. Restrict this workflow to stackhpc like the other ones.
1 parent 5a71efa commit 67961f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/update-dependencies.yml

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414

1515
jobs:
1616
propose_github_release_updates:
17+
if: github.repository == 'stackhpc/stackhpc-kayobe-config'
1718
runs-on: ubuntu-22.04
1819
strategy:
1920
matrix:

0 commit comments

Comments
 (0)