Skip to content

Commit 567aab8

Browse files
authored
Merge pull request #26 from codeigniter4/fix-label-workflows
fix: add missing on.workflow_call
2 parents 08466f3 + 30f142c commit 567aab8

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/label-add-conflict-all-pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- develop
7+
workflow_call:
8+
79
concurrency:
810
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
911
cancel-in-progress: true

.github/workflows/label-signing.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
pull_request:
44
branches:
55
- 'develop'
6+
workflow_call:
67

78
concurrency:
89
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}

0 commit comments

Comments
 (0)