Skip to content

Commit

Permalink
turn on chron, turn off push trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Jul 25, 2022
1 parent fa0f572 commit f8e03b5
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/fetch_manifests.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
name: Fetch manifests

on:
pull_request:
# workflow_dispatch:
# schedule:
# # “At 6am and 6pm”
# - cron: "0 6,18 * * *"
workflow_dispatch:
schedule:
# “At 6am and 6pm”
- cron: "0 6,18 * * *"

jobs:
fetch:
Expand Down

0 comments on commit f8e03b5

Please sign in to comment.