diff --git a/.github/workflows/planned_testing.yml b/.github/workflows/planned_testing.yml index a1b07ac0c..008ec427d 100644 --- a/.github/workflows/planned_testing.yml +++ b/.github/workflows/planned_testing.yml @@ -20,7 +20,7 @@ on: default: 19 pull_request: required: false - type: bool + type: boolean default: false jobs: diff --git a/.github/workflows/planned_testing_caller.yml b/.github/workflows/planned_testing_caller.yml index c38f33551..04610df0b 100644 --- a/.github/workflows/planned_testing_caller.yml +++ b/.github/workflows/planned_testing_caller.yml @@ -26,7 +26,7 @@ jobs: pull_request: TRUE run-with-cron: - name: Call PR testing on schedule + name: N_ if: ${{ github.event_name == 'schedule' }} uses: ./.github/workflows/planned_testing.yml