Adding endswith(awx) to stage

This commit is contained in:
John Westcott IV 2022-12-08 16:36:04 -05:00
parent e2cee10767
commit 5d96ee084d

View File

@ -21,7 +21,7 @@ on:
jobs:
stage:
if: github.repository == 'ansible/awx'
if: endsWith(github.repository, '/awx')
runs-on: ubuntu-latest
permissions:
packages: write