Skip to content

Commit 640c2b5

Browse files
Add ability to enable/disable linux_job_v2 workflow calls
1 parent 37f8b16 commit 640c2b5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: .github/workflows/linux_job_v2.yml

+6
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,15 @@ on:
104104
required: false
105105
default: false
106106
type: boolean
107+
enabled:
108+
description: Enable this workflow call to run
109+
required: false
110+
default: true
111+
type: boolean
107112

108113
jobs:
109114
job:
115+
if: $${ inputs.enabled }}
110116
strategy:
111117
fail-fast: false
112118
name: ${{ inputs.job-name }}

0 commit comments

Comments
 (0)