Skip to content

release/1.2.0

release/1.2.0 #1

Workflow file for this run

name: 📖 Release (stage)
on:
push:
branches:
- 'release/**'
jobs:
tests:
name: Release stage tests
uses: ./.github/workflows/tests.yml
secrets: inherit
builds:
name: Release stage builds
uses: ./.github/workflows/build.yml
needs: tests
secrets: inherit
with:
environment: 'staging'
target: 'all'
e2e-linux-tests:
needs: builds
uses: ./.github/workflows/tests-e2e-linux.yml
secrets: inherit