Skip to content

bugfix/allow-users-to-close-tour-if-local-storage-mismatch (#61) #284

bugfix/allow-users-to-close-tour-if-local-storage-mismatch (#61)

bugfix/allow-users-to-close-tour-if-local-storage-mismatch (#61) #284

Workflow file for this run

# Put action within a raw block so that the curly bracket expressions aren't picked up by the cookiecutter
#
name: build-push
on:
push:
branches: "**"
jobs:
frontend:
permissions: write-all
uses: ./.github/workflows/build-fe.yml
secrets: inherit
backend:
permissions: write-all
uses: ./.github/workflows/build-one.yml
with:
service: backend
secrets: inherit
worker:
permissions: write-all
uses: ./.github/workflows/build-one.yml
with:
service: worker
secrets: inherit