mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-24 01:07:53 +00:00
Merge pull request #2693 from cevich/disable_master_success
Cirrus: Disable master-success IRC notices
This commit is contained in:
commit
03160dcf48
1 changed files with 4 additions and 2 deletions
|
|
@ -346,12 +346,14 @@ cache_images_task:
|
|||
# Post message to IRC if everything passed
|
||||
success_task:
|
||||
|
||||
only_if: $CIRRUS_BRANCH != 'master'
|
||||
|
||||
depends_on: # ignores any dependent task conditions
|
||||
- "gating"
|
||||
- "vendor_check"
|
||||
- "build_each_commit_task"
|
||||
- "testing"
|
||||
- "rootless_testing_task"
|
||||
- "optional_testing"
|
||||
- "cache_images"
|
||||
|
||||
env:
|
||||
CIRRUS_WORKING_DIR: "/usr/src/libpod"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue