Skip to content

Commit

Permalink
Comment stuff out to find out what is wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
coldav committed Nov 21, 2024
1 parent f4b7187 commit 685ad44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/planned_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
default: 19
pull_request:
required: false
type: bool
type: boolean
default: false

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/planned_testing_caller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 685ad44

Please sign in to comment.