diff --git a/.github/workflows/promote.yml b/.github/workflows/promote.yml index 594b213e49..45dec2b283 100644 --- a/.github/workflows/promote.yml +++ b/.github/workflows/promote.yml @@ -10,7 +10,7 @@ on: jobs: promote: - if: github.repository == 'ansible/awx' + if: endsWith(github.repository, '/awx') runs-on: ubuntu-latest steps: - name: Checkout awx