Skip to content

Commit

Permalink
Merge pull request #1 from giantswarm/disable-scheduled-jobs
Browse files Browse the repository at this point in the history
Disable scheduled jobs
  • Loading branch information
stone-z authored Nov 6, 2024
2 parents 696383d + 1e9cc8a commit 48d6f43
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 12 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/cache-test-images.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: Cache test images
on:
schedule:
- cron: "0 0 * * *" # Run this workflow every day at 00:00 to avoid cache deletion.
workflow_dispatch:
on: workflow_dispatch

jobs:
test-images:
Expand Down Expand Up @@ -85,4 +82,4 @@ jobs:

- name: Download test VM images
if: github.ref_name == 'main'
run: mage test:fixtureVMImages
run: mage test:fixtureVMImages
5 changes: 1 addition & 4 deletions .github/workflows/scan.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: Scan vulnerabilities
on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
on: workflow_dispatch

jobs:
build:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/stale-issues.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: "Stale PR's"
on:
schedule:
- cron: '0 0 * * *'
on: workflow_dispatch

jobs:
stale:
timeout-minutes: 1
Expand Down

0 comments on commit 48d6f43

Please sign in to comment.