diff --git a/.github/workflows/promote.yml b/.github/workflows/promote.yml index 820494d303..594b213e49 100644 --- a/.github/workflows/promote.yml +++ b/.github/workflows/promote.yml @@ -10,6 +10,7 @@ on: jobs: promote: + if: github.repository == 'ansible/awx' runs-on: ubuntu-latest steps: - name: Checkout awx diff --git a/.github/workflows/stage.yml b/.github/workflows/stage.yml index 042b6b7b0d..192f307d50 100644 --- a/.github/workflows/stage.yml +++ b/.github/workflows/stage.yml @@ -21,6 +21,7 @@ on: jobs: stage: + if: github.repository == 'ansible/awx' runs-on: ubuntu-latest permissions: packages: write