summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorJohn Westcott IV <john.westcott.iv@redhat.com>2022-12-08 22:36:04 +0100
committerJohn Westcott IV <john.westcott.iv@redhat.com>2022-12-08 22:36:04 +0100
commit5d96ee084d787e18354b4eaa0fa8eec818090ad2 (patch)
tree4c95eb6f5e4077f0ca87e65c82fac36b5cbee9a2 /.github/workflows
parentUpdate .github/workflows/promote.yml (diff)
downloadawx-5d96ee084d787e18354b4eaa0fa8eec818090ad2.tar.xz
awx-5d96ee084d787e18354b4eaa0fa8eec818090ad2.zip
Adding endswith(awx) to stage
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/stage.yml2
1 files changed, 1 insertions, 1 deletions
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