mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 09:27:36 -02:30
Update .github/workflows/promote.yml
Co-authored-by: Shane McDonald <me@shanemcd.com>
This commit is contained in:
2
.github/workflows/promote.yml
vendored
2
.github/workflows/promote.yml
vendored
@@ -10,7 +10,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
promote:
|
promote:
|
||||||
if: github.repository == 'ansible/awx'
|
if: endsWith(github.repository, '/awx')
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout awx
|
- name: Checkout awx
|
||||||
|
|||||||
Reference in New Issue
Block a user