mirror of
https://github.com/ansible/awx.git
synced 2026-03-22 19:35:02 -02:30
Only run devel_images workflow for devel branch in awx repo
This commit is contained in:
1
.github/workflows/devel_images.yml
vendored
1
.github/workflows/devel_images.yml
vendored
@@ -7,6 +7,7 @@ on:
|
|||||||
- release_*
|
- release_*
|
||||||
jobs:
|
jobs:
|
||||||
push:
|
push:
|
||||||
|
if: endsWith(github.repository, '/awx') || startsWith(github.ref, 'refs/heads/release_')
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
packages: write
|
packages: write
|
||||||
|
|||||||
Reference in New Issue
Block a user