Skip to content

Commit

Permalink
ci(workflow): disable cron while the repo is being set up
Browse files Browse the repository at this point in the history
  • Loading branch information
ccamel committed Oct 27, 2023
1 parent 4fa1a46 commit e545e31
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/graphs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

name: Graphs CI
on:
schedule:
- cron: "0 0 * * *"
#schedule:
# - cron: "0 0 * * *"
repository_dispatch:
types: [graphs]
workflow_dispatch:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/response-time.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

name: Response Time CI
on:
schedule:
- cron: "0 23 * * *"
#schedule:
# - cron: "0 23 * * *"
repository_dispatch:
types: [response_time]
workflow_dispatch:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/summary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

name: Summary CI
on:
schedule:
- cron: "0 0 * * *"
#schedule:
# - cron: "0 0 * * *"
repository_dispatch:
types: [summary]
workflow_dispatch:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

name: Update Template CI
on:
schedule:
- cron: "0 0 * * *"
#schedule:
# - cron: "0 0 * * *"
repository_dispatch:
types: [update_template]
workflow_dispatch:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

name: Updates CI
on:
schedule:
- cron: "0 3 * * *"
#schedule:
# - cron: "0 3 * * *"
repository_dispatch:
types: [updates]
workflow_dispatch:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/uptime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

name: Uptime CI
on:
schedule:
- cron: "*/5 * * * *"
#schedule:
# - cron: "*/5 * * * *"
repository_dispatch:
types: [uptime]
workflow_dispatch:
Expand Down

0 comments on commit e545e31

Please sign in to comment.