Skip to content

feat(app-builder): improve error handling #538

feat(app-builder): improve error handling

feat(app-builder): improve error handling #538

Workflow file for this run

name: '⚙️ On push'
on:
push:
branches:
- main
- alpha
- beta
concurrency:
group: '${{ github.workflow }}-${{ github.ref }}'
cancel-in-progress: true
jobs:
test:
uses: ./.github/workflows/test.yml
secrets: inherit
rebase-prs:
needs: test
uses: ./.github/workflows/rebase-prs.yml
secrets: inherit
notify-on-failure:
needs:
- test
if: always() && contains(needs.*.result, 'failure')
uses: myparcelnl/actions/.github/workflows/notify-on-failure.yml@v4
secrets: inherit