There was an error while loading. Please reload this page.
1 parent 5436588 commit 443bf0cCopy full SHA for 443bf0c
2 files changed
.github/workflows/js-build.yml
@@ -6,6 +6,10 @@ on:
6
- main
7
pull_request:
8
9
+concurrency:
10
+ group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
11
+ cancel-in-progress: true
12
+
13
jobs:
14
build:
15
name: Build and verify
.github/workflows/tests.yml
tests:
name: Python ${{ matrix.python-version }}
0 commit comments