mirror of
https://github.com/ceph/ceph
synced 2026-08-01 22:45:39 +00:00
.github/workflows/qa-symlink: run only for active branches
Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
This commit is contained in:
parent
a8817bb61f
commit
59d8a46d4b
6
.github/workflows/qa-symlink.yml
vendored
6
.github/workflows/qa-symlink.yml
vendored
@ -2,6 +2,12 @@
|
||||
name: "Check for missing .qa links"
|
||||
on:
|
||||
pull_request:
|
||||
# Run CI check only for branches which are active and a target for a PR
|
||||
branches:
|
||||
- main
|
||||
- umbrella
|
||||
- tentacle
|
||||
- squid
|
||||
types:
|
||||
- opened
|
||||
- synchronize
|
||||
|
||||
Loading…
Reference in New Issue
Block a user