Skip to content

Commit 6c0d3ab

Browse files
authored
Merge pull request #2810 from bcgov/cron-job
cron job schedule for every 3 month build
2 parents 682dfbf + c90000e commit 6c0d3ab

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/dev-efiling-admin-build-4.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Build Efiling Admin Docker Image and Push to Openshift Image Registry
22

33
on:
4+
schedule:
5+
- cron: "0 0 * */3 *"
46
push:
57
branches: [master]
68
paths:

.github/workflows/dev-efiling-api-build-4.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Build Efiling API Image and Push to Openshift 4 Registry
22

33
on:
4+
schedule:
5+
- cron: "0 0 * */3 *"
46
push:
57
branches: [master]
68
paths:

.github/workflows/dev-efiling-frontend-build-4.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Build Efiling Frontend Image and Push to Openshift Registry
22

33
on:
4+
schedule:
5+
- cron: "0 0 * */3 *"
46
push:
57
branches: [master]
68
paths:

0 commit comments

Comments
 (0)