Loading .github/workflows/ci.yml +4 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,10 @@ name: CI on: pull_request concurrency: group: ${{ github.head_ref }} cancel-in-progress: true jobs: setup_matrix: name: 'Setup Test Matrix' Loading Loading
.github/workflows/ci.yml +4 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,10 @@ name: CI on: pull_request concurrency: group: ${{ github.head_ref }} cancel-in-progress: true jobs: setup_matrix: name: 'Setup Test Matrix' Loading