Skip to content

feat: rule snoozing interface (#530) #446

feat: rule snoozing interface (#530)

feat: rule snoozing interface (#530) #446

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 }}