Skip to content

merge: #3871

merge: #3871 #8

on:
push:
branches:
- main
jobs:
deploy-tools-prod:
uses: ./.github/workflows/deploy-stack.yml
with:
environment: tools
service: all
version: stable
secrets: inherit
e2e-validation:
needs: deploy-tools-prod
uses: ./.github/workflows/e2e-validation.yml
with:
environment: tools
secrets: inherit