Skip to content

Commit

Permalink
Merge pull request #368 from bcgov/cron-job
Browse files Browse the repository at this point in the history
cron job
TayGov authored Jun 11, 2024
2 parents d6c2dd0 + 0aeb498 commit 837a4a9
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-ai-reviewer-admin-ui-4.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Deploy AI Reviewer Admin to Openshift 4 Registry

on:
schedule:
- cron: "0 0 * */3 *"
push:
branches: [main]
paths:
2 changes: 2 additions & 0 deletions .github/workflows/deploy-api-oc4.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Deploy API to Openshift 4 Registry

on:
schedule:
- cron: "0 0 * */3 *"
push:
branches: [main]
paths:

0 comments on commit 837a4a9

Please sign in to comment.