Loading .github/workflows/build.yaml +4 −0 Original line number Diff line number Diff line name: build on: [push, pull_request_target] concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true jobs: test: runs-on: ubuntu-latest Loading Loading
.github/workflows/build.yaml +4 −0 Original line number Diff line number Diff line name: build on: [push, pull_request_target] concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true jobs: test: runs-on: ubuntu-latest Loading