Skip to content

Commit

Permalink
setup check table scheduler
Browse files Browse the repository at this point in the history
  • Loading branch information
asteel-gsa committed Aug 16, 2024
1 parent 9095197 commit 7e3e31d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/fac-check-tables-scheduler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
name: Check Tables Daily
on:
schedule:
# Invoke at 5 am
- cron: '0 9 * * *'
# Invoke every 12 hours
- cron: '0 */12 * * *'
workflow_dispatch: null

jobs:
Expand All @@ -16,7 +16,7 @@ jobs:
- name: staging
- name: production
- name: preview
uses: ./.github/workflows/fac-backup-util-scheduled.yml
uses: ./.github/workflows/fac-check-tables.yml
secrets: inherit
with:
environment: ${{ matrix.environment.name }}
Expand Down

0 comments on commit 7e3e31d

Please sign in to comment.