Remove unused cron, uncomment needed reminder crons for prod (#120) #7
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Cron | |
on: | |
push: | |
branches: | |
- main | |
paths: | |
- "cron.yaml" | |
workflow_dispatch: | |
jobs: | |
deploy: | |
permissions: | |
id-token: 'write' # TODO: separate build and deploy jobs and create reusable deploy workflow | |
runs-on: ubuntu-latest | |
steps: | |
- name: 🛫 Checkout | |
uses: actions/checkout@v4 | |
- name: 🚀 Deploy Cron Jobs on GCloud | |
uses: ocadotechnology/codeforlife-workspace/.github/actions/gcloud/deploy-app@main | |
with: | |
deploy-args: cron.yaml |