Skip to content

build(nx): fix test cache being hit when it should not #499

build(nx): fix test cache being hit when it should not

build(nx): fix test cache being hit when it should not #499

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