We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a25aa6a commit 14a64bcCopy full SHA for 14a64bc
.github/workflows/build.yml
@@ -19,6 +19,10 @@ on:
19
- 'docs_zh-CN/**'
20
- '**.md'
21
22
+concurrency:
23
+ group: ${{ github.workflow }}-${{ github.ref }}
24
+ cancel-in-progress: true
25
+
26
jobs:
27
build_cpu:
28
runs-on: ubuntu-18.04
.github/workflows/deploy.yml
@@ -2,6 +2,10 @@ name: deploy
2
3
on: push
4
5
6
7
8
9
10
build-n-publish:
11
runs-on: ubuntu-latest
.github/workflows/lint.yml
@@ -2,6 +2,10 @@ name: lint
on: [push, pull_request]
lint:
0 commit comments