Skip to content

Merge branch 'main' into feature/541-add-help-button #4334

Merge branch 'main' into feature/541-add-help-button

Merge branch 'main' into feature/541-add-help-button #4334

Workflow file for this run

---
name: "On push"
on:
push:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
format:
uses: ./.github/workflows/reusable__format.yaml
with:
COMMIT_HASH: ${{ github.sha }}
tests:
uses: ./.github/workflows/reusable__tests.yaml
with:
COMMIT_HASH: ${{ github.sha }}
e2e-tests:
needs:
- format
- tests
uses: ./.github/workflows/reusable__e2e-testing.yaml
with:
COMMIT_HASH: ${{ github.sha }}