Skip to content

feat(decisions): add scheduled executions filter (#544) #456

feat(decisions): add scheduled executions filter (#544)

feat(decisions): add scheduled executions filter (#544) #456

Workflow file for this run

name: Push on main (Check & Deploy)
on:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
check:
permissions:
contents: read
actions: read
uses: ./.github/workflows/check.yaml
build_and_deploy:
needs: check
permissions:
contents: read
actions: read
uses: ./.github/workflows/build_and_deploy.yaml
with:
environment: 'staging'
version: latest
secrets:
GCP_SA_KEY: ${{ secrets.GCP_SA_KEY_STAGING }}
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}