mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 01:28:09 -03:30
Only allow promote and stage to run on the awx repo
This commit is contained in:
1
.github/workflows/promote.yml
vendored
1
.github/workflows/promote.yml
vendored
@@ -10,6 +10,7 @@ on:
|
||||
|
||||
jobs:
|
||||
promote:
|
||||
if: github.repository == 'ansible/awx'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout awx
|
||||
|
||||
Reference in New Issue
Block a user