Dont run generic on schedule
This commit is contained in:
parent
4dc67c1f22
commit
6a049d8f99
1
.github/workflows/on-pr.yml
vendored
1
.github/workflows/on-pr.yml
vendored
@ -29,6 +29,7 @@ on:
|
||||
|
||||
jobs:
|
||||
trigger-tests:
|
||||
if: github.event_name != 'schedule'
|
||||
uses: ./.github/workflows/generic-testing.yml
|
||||
with:
|
||||
stack-orchestrator-ref: ${{ github.event.inputs.stack-orchestrator-ref }}
|
||||
|
Loading…
Reference in New Issue
Block a user