Skip to content

Merge pull request #252 from ctlnmhl/fix_scheduler #169

Merge pull request #252 from ctlnmhl/fix_scheduler

Merge pull request #252 from ctlnmhl/fix_scheduler #169

Workflow file for this run

name: Main Branch Updated
on:
push:
branches: [main]
jobs:
test:
uses: ./.github/workflows/test.yaml
secrets: inherit
build:
uses: ./.github/workflows/build.yaml
secrets: inherit
deploy:
uses: ./.github/workflows/deploy.yaml
needs: [build, test]
secrets: inherit
with:
environment: demo
image_tag: ${{ needs.build.outputs.image_tag }}