Skip to content

Commit 27724c4

Browse files
ci: change cron frequency to fix ghost jobs (#2010)
Description: Change frequency of cron jobs.
1 parent 2aea1ca commit 27724c4

6 files changed

+6
-6
lines changed

.github/workflows/ci-aqua-security-trivy-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
branches:
1313
- main
1414
schedule:
15-
- cron: "0 * * * *"
15+
- cron: "1 0 * * *"
1616
jobs:
1717
build:
1818
name: trivy-tests

.github/workflows/ci-badger-bank-tests-nightly.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- main
66
- 'release/v*'
77
schedule:
8-
- cron: "0 3 * * *"
8+
- cron: "1 3 * * *"
99
jobs:
1010
badger-bank:
1111
runs-on: ubuntu-20.04

.github/workflows/ci-badger-bank-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- main
1010
- 'release/v*'
1111
schedule:
12-
- cron: "*/30 * * * *"
12+
- cron: "1 0 * * *"
1313
jobs:
1414
badger-bank:
1515
runs-on: ubuntu-20.04

.github/workflows/ci-badger-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- main
1010
- 'release/v*'
1111
schedule:
12-
- cron: "*/30 * * * *"
12+
- cron: "1 0 * * *"
1313
jobs:
1414
badger-tests:
1515
runs-on: ubuntu-20.04

.github/workflows/ci-dgraph-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- main
66
jobs:
77
dgraph-tests:
8-
runs-on: [self-hosted, x64]
8+
runs-on: ubuntu-20.04-32gb
99
steps:
1010
- name: Checkout Dgraph repo
1111
uses: actions/checkout@v3

.github/workflows/ci-golang-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- main
1010
- 'release/v*'
1111
schedule:
12-
- cron: "*/30 * * * *"
12+
- cron: "1 0 * * *"
1313
jobs:
1414
go-lint:
1515
name: lint

0 commit comments

Comments
 (0)