mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 11:20:39 -03:30
Only run devel_images workflow for devel branch in awx repo
This commit is contained in:
parent
91df8ab0f7
commit
3ed65ce39e
1
.github/workflows/devel_images.yml
vendored
1
.github/workflows/devel_images.yml
vendored
@ -7,6 +7,7 @@ on:
|
||||
- release_*
|
||||
jobs:
|
||||
push:
|
||||
if: endsWith(github.repository, '/awx') || startsWith(github.ref, 'refs/heads/release_')
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
packages: write
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user