diff --git a/.github/workflows/promote.yml b/.github/workflows/promote.yml index 6bd36f0102..31c61824b1 100644 --- a/.github/workflows/promote.yml +++ b/.github/workflows/promote.yml @@ -10,6 +10,7 @@ on: jobs: promote: + if: endsWith(github.repository, '/awx') runs-on: ubuntu-latest steps: - name: Checkout awx diff --git a/.github/workflows/stage.yml b/.github/workflows/stage.yml index 306fe3834c..7eb62c86fc 100644 --- a/.github/workflows/stage.yml +++ b/.github/workflows/stage.yml @@ -21,6 +21,7 @@ on: jobs: stage: + if: endsWith(github.repository, '/awx') runs-on: ubuntu-latest permissions: packages: write