Update .github/workflows/promote.yml

Co-authored-by: Shane McDonald <me@shanemcd.com>
This commit is contained in:
John Westcott IV 2022-12-08 16:34:13 -05:00 committed by GitHub
parent 31c2e1a450
commit e2cee10767
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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