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

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