Skip to content

Commit 3db952b

Browse files
SONARPHP-1682 add worfklow_call trigger for existing workflows (#1431)
1 parent 378c8d7 commit 3db952b

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/ToggleLockBranch.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Toggle lock branch
22

33
on:
4+
workflow_call:
45
workflow_dispatch: # Triggered manually from the GitHub UI / Actions
56

67
jobs:

.github/workflows/bump-versions.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
name: bump-versions
22
on:
3+
workflow_call:
4+
inputs:
5+
version:
6+
description: The new version
7+
required: true
8+
type: string
39
workflow_dispatch:
410
inputs:
511
version:

0 commit comments

Comments
 (0)