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 37fd717 commit 5e19120Copy full SHA for 5e19120
.github/workflows/doc.yml
@@ -9,7 +9,9 @@ on:
9
branches: [ master ]
10
pull_request:
11
12
-
+concurrency:
13
+ group: ${{ github.workflow }}-${{ github.ref }}
14
+ cancel-in-progress: true
15
jobs:
16
build:
17
name: Build doc
.github/workflows/release.yml
@@ -22,7 +22,9 @@ on:
22
options:
23
- released
24
- extra-dev
25
26
27
28
env:
29
OPAM_SUITE: ${{ inputs.suite }}
30
0 commit comments