Skip to content

Commit b269327

Browse files
authored
chore: run once a week (#148)
1 parent 94698fe commit b269327

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/periodic-terraform-apply-01.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99
on:
1010
workflow_dispatch:
1111
schedule:
12-
- cron: "0 10 * * *"
12+
- cron: "0 10 * * 0"
1313

1414
jobs:
1515
tf-apply:

.github/workflows/periodic-terraform-apply-02.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99
on:
1010
workflow_dispatch:
1111
schedule:
12-
- cron: "0 10 * * *"
12+
- cron: "0 10 * * 0"
1313

1414
jobs:
1515
tf-apply:

.github/workflows/periodic-terraform-apply-03.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99
on:
1010
workflow_dispatch:
1111
schedule:
12-
- cron: "0 10 * * *"
12+
- cron: "0 10 * * 0"
1313

1414
jobs:
1515
tf-apply:

.github/workflows/periodic-terraform-apply-04.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99
on:
1010
workflow_dispatch:
1111
schedule:
12-
- cron: "0 10 * * *"
12+
- cron: "0 10 * * 0"
1313

1414
jobs:
1515
tf-apply:

.github/workflows/periodic-terraform-apply-05.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99
on:
1010
workflow_dispatch:
1111
schedule:
12-
- cron: "0 10 * * *" # only once a day!
12+
- cron: "0 10 * * 0" # only once a week!
1313

1414
jobs:
1515
tf-apply:

.github/workflows/periodic-terraform-apply-06.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99
on:
1010
workflow_dispatch:
1111
schedule:
12-
- cron: "0 10 * * *" # only once a day!
12+
- cron: "0 10 * * 0" # only once a week!
1313

1414
jobs:
1515
tf-apply:

0 commit comments

Comments
 (0)