mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 00:37:57 +00:00
[CI] Prepare CI for Merge Queues (#2308)
PR prepares CI to the GitHub Merge Queues. All github actions that were running in PR adjusted so they can run in the merge queues. Zombienet jobs will do nothing during PRs but they will run during merge queues. Jobs that will be skipped during PR: - all zombienet jobs - all publish docker jobs Jobs that will be skipped during merge queue: - check-labels - check-prdoc - pr-custom-review - review trigger cc https://github.com/paritytech/ci_cd/issues/862
This commit is contained in:
committed by
GitHub
parent
18165ebba8
commit
5b0622bc4d
@@ -3,6 +3,7 @@ name: Check PRdoc
|
||||
on:
|
||||
pull_request:
|
||||
types: [labeled, opened, synchronize, unlabeled]
|
||||
merge_group:
|
||||
|
||||
env:
|
||||
IMAGE: paritytech/prdoc:v0.0.5
|
||||
@@ -17,6 +18,9 @@ jobs:
|
||||
check-prdoc:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Skip merge queue
|
||||
if: ${{ contains(github.ref, 'gh-readonly-queue') }}
|
||||
run: exit 0
|
||||
- name: Pull image
|
||||
run: |
|
||||
echo "Pulling $IMAGE"
|
||||
|
||||
Reference in New Issue
Block a user