Skip to content

Commit

Permalink
cron
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty1s committed May 16, 2022
1 parent 31b6066 commit dd236d2
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
name: Examples

on: # yamllint disable-line rule:truthy
# workflow_dispatch:
# schedule:
# - cron: "0 7 * * *" # Everyday at 7:00am UTC/11:00pm PST
push:
branches:
- master
pull_request:
workflow_dispatch:
schedule:
- cron: "0 7 * * *" # Everyday at 7:00am UTC/11:00pm PST

jobs:

Expand Down

0 comments on commit dd236d2

Please sign in to comment.