From 67961f9d5061dc0c28124b01e3eea009d40ecd9a Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Thu, 15 May 2025 16:24:44 +0200 Subject: [PATCH] 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. --- .github/workflows/update-dependencies.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index dea909df5..8ae3eb9ca 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -14,6 +14,7 @@ on: jobs: propose_github_release_updates: + if: github.repository == 'stackhpc/stackhpc-kayobe-config' runs-on: ubuntu-22.04 strategy: matrix: