Skip to content

Commit 56f683f

Browse files
authored
do not trigger zombienet workflows on 'labeled' (#9427)
At some point of the stabilization process we added the 'labeled' to the list of events that trigger the zombienet workflows. This is not needed anymore and also is causing failures because the _artifacts_ could be expired ([example](https://github.com/paritytech/polkadot-sdk/actions/runs/16529272288/job/46752021278?pr=9286#step:6:127)). Thx!
1 parent 0f59afb commit 56f683f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/zombienet_cumulus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
branches:
1313
- master
1414
pull_request:
15-
types: [opened, synchronize, reopened, ready_for_review, labeled]
15+
types: [opened, synchronize, reopened, ready_for_review]
1616
merge_group:
1717
concurrency:
1818
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

.github/workflows/zombienet_parachain-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
branches:
1313
- master
1414
pull_request:
15-
types: [opened, synchronize, reopened, ready_for_review, labeled]
15+
types: [opened, synchronize, reopened, ready_for_review]
1616
merge_group:
1717
concurrency:
1818
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

.github/workflows/zombienet_polkadot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
branches:
1313
- master
1414
pull_request:
15-
types: [opened, synchronize, reopened, ready_for_review, labeled]
15+
types: [opened, synchronize, reopened, ready_for_review]
1616
merge_group:
1717
concurrency:
1818
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

.github/workflows/zombienet_substrate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
branches:
1313
- master
1414
pull_request:
15-
types: [opened, synchronize, reopened, ready_for_review, labeled]
15+
types: [opened, synchronize, reopened, ready_for_review]
1616
merge_group:
1717
concurrency:
1818
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

0 commit comments

Comments
 (0)