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