Skip to content

Commit 30f142c

Browse files
committed
fix: add missing on.workflow_call
See codeigniter4/shield#1056 (comment)
1 parent 08466f3 commit 30f142c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

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

+2
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

+1
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)