Skip to content

Commit

Permalink
disable daily job.
Browse files Browse the repository at this point in the history
  • Loading branch information
BruceWind committed Sep 23, 2024
1 parent 752eddc commit 169088a
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
# nothing

name: Scan and Push
# daily job
# manual job
on:
workflow_dispatch:
schedule:
- # daily job at 4 AM with UTC time
cron: "0 4 * * *"

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down

0 comments on commit 169088a

Please sign in to comment.