From 5d96ee084d787e18354b4eaa0fa8eec818090ad2 Mon Sep 17 00:00:00 2001 From: John Westcott IV Date: Thu, 8 Dec 2022 16:36:04 -0500 Subject: [PATCH] Adding endswith(awx) to stage --- .github/workflows/stage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stage.yml b/.github/workflows/stage.yml index 192f307d50..1e28952e0f 100644 --- a/.github/workflows/stage.yml +++ b/.github/workflows/stage.yml @@ -21,7 +21,7 @@ on: jobs: stage: - if: github.repository == 'ansible/awx' + if: endsWith(github.repository, '/awx') runs-on: ubuntu-latest permissions: packages: write