Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/linux_job_v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,15 @@ on:
required: false
default: false
type: boolean
enabled:
description: Enable this workflow call to run
required: false
default: true
type: boolean

jobs:
job:
if: ${{ inputs.enabled }}
strategy:
fail-fast: false
name: ${{ inputs.job-name }}
Expand Down
Loading