Skip to content

Commit

Permalink
Merge pull request #850 from m-ildefons/ci/disable-cron
Browse files Browse the repository at this point in the history
ci: disable cron jobs
  • Loading branch information
m-ildefons authored Dec 19, 2023
2 parents b130148 + d251698 commit 6870ae4
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 11 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-environment.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
---
name: Build Environment
on:
schedule:
- cron: '0 0 * * 0' # Every sunday night midnight

push:
branches:
- "main"
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/gc.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
---
name: Cleanup Docker
on:
schedule:
- cron: '0 1 * * 0' # Every sunday at 1 in the morning
workflow_dispatch: {}

# The following job exists as three separate copies scheduled in parallel,
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/nightly-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
name: Nightly Builds

on:
schedule:
- cron: '0 0 * * *' # Every night midnight

# This workflow needs to pass if there is a PR changing it.
pull_request:
paths:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
name: Nightly Builds

on:
schedule:
- cron: '0 2 * * *' # Every night at two in the morning

# This workflow needs to pass if there is a PR changing it.
pull_request:
paths:
Expand Down

0 comments on commit 6870ae4

Please sign in to comment.