From 37d66a522ffea5b6801f91504168aa69ae6af520 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Fri, 7 Jun 2024 15:25:01 -0500 Subject: [PATCH] Autopush: only execute if in inducer repo --- .github/workflows/autopush.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/autopush.yml b/.github/workflows/autopush.yml index 447320463..f0b30a9ce 100644 --- a/.github/workflows/autopush.yml +++ b/.github/workflows/autopush.yml @@ -7,6 +7,7 @@ on: jobs: autopush: name: Automatic push to gitlab.tiker.net + if: startsWith(github.repository, 'inducer/') runs-on: ubuntu-latest steps: - uses: actions/checkout@v4