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 580b601 commit 33908daCopy full SHA for 33908da
.github/workflows/ci.yml
@@ -9,6 +9,10 @@ on:
9
- 'mithril-explorer/**'
10
- '.github/workflows/docs.yml'
11
12
+concurrency:
13
+ group: ci-build-test-${{ github.ref }}
14
+ cancel-in-progress: true
15
+
16
jobs:
17
build-ubuntu-X64:
18
runs-on: ubuntu-22.04
.github/workflows/docs.yml
@@ -5,6 +5,10 @@ on:
5
branches: # only run on branch push, tag push will be ignored
6
- '**'
7
8
+ group: ci-docs-${{ github.ref }}
cargo-doc:
0 commit comments