diff --git a/.github/workflows/sycl-linux-run-tests.yml b/.github/workflows/sycl-linux-run-tests.yml index 16c419c7126f6..77baea30af31c 100644 --- a/.github/workflows/sycl-linux-run-tests.yml +++ b/.github/workflows/sycl-linux-run-tests.yml @@ -151,7 +151,7 @@ permissions: jobs: run: - if: inputs.skip_run == 'false' + if: github.event_name == 'workflow_dispatch' || inputs.skip_run == 'false' name: ${{ inputs.name }} runs-on: ${{ fromJSON(inputs.runner) }} container: