Dont run generic on schedule

This commit is contained in:
Abdul Rabbani 2022-06-09 17:24:30 -04:00
parent 4dc67c1f22
commit 6a049d8f99

View File

@ -29,6 +29,7 @@ on:
jobs: jobs:
trigger-tests: trigger-tests:
if: github.event_name != 'schedule'
uses: ./.github/workflows/generic-testing.yml uses: ./.github/workflows/generic-testing.yml
with: with:
stack-orchestrator-ref: ${{ github.event.inputs.stack-orchestrator-ref }} stack-orchestrator-ref: ${{ github.event.inputs.stack-orchestrator-ref }}