Loading .github/workflows/test-dev.yml +1 −1 Original line number Diff line number Diff line name: Development tests on: [push, pull_request] on: push concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true Loading Loading
.github/workflows/test-dev.yml +1 −1 Original line number Diff line number Diff line name: Development tests on: [push, pull_request] on: push concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true Loading