Skip to content

Commit

Permalink
default to NULL value for workflow_dispatch to appease the linter.
Browse files Browse the repository at this point in the history
YAML!!!!
  • Loading branch information
stopfstedt committed Feb 16, 2024
1 parent 2fbdea8 commit 522c5d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/percy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Percy Visual Tests
on:
schedule:
- cron: "15 23 * * 2,4" # T,Th in the afternoon (UTC)
workflow_dispatch:
workflow_dispatch: null

concurrency:
group: percy-${{ github.head_ref || github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-transitive-dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Update Transitive Dependencies
on:
schedule:
- cron: "15 11 * * 0" # weekly, on Sunday morning (UTC)
workflow_dispatch:
workflow_dispatch: null

jobs:
update:
Expand Down

0 comments on commit 522c5d2

Please sign in to comment.