From e2cee10767c36b659a5e26431a8f7fbf21a1c955 Mon Sep 17 00:00:00 2001 From: John Westcott IV <32551173+john-westcott-iv@users.noreply.github.com> Date: Thu, 8 Dec 2022 16:34:13 -0500 Subject: [PATCH] Update .github/workflows/promote.yml Co-authored-by: Shane McDonald --- .github/workflows/promote.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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