Skip to content

Commit

Permalink
attempting a different syntax for allowing both schedule and workflow…
Browse files Browse the repository at this point in the history
… dispatch
  • Loading branch information
geemus committed Mar 18, 2021
1 parent 4cf2724 commit b10edd1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/certs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@
name: Check for updated cert bundle

on:
schedule:
[schedule, workflow_dispatch]:
- cron: "30 1 * * *"
workflow_dispatch

jobs:
certs:
Expand Down

0 comments on commit b10edd1

Please sign in to comment.