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 026ea6c commit 22f3046Copy full SHA for 22f3046
.github/workflows/downstream-build.yaml
@@ -1,9 +1,16 @@
1
+# Do not edit this file, it will be overwritten!
2
+# The template file can be found in
3
+# https://github.com/key4hep/key4hep-actions/blob/main/workflows/downstream-build.yaml
4
name: downstream-build
5
6
on:
7
pull_request:
8
workflow_dispatch:
9
10
+concurrency:
11
+ group: ${{ github.workflow }}-${{ github.ref }}
12
+ cancel-in-progress: true
13
+
14
jobs:
15
downstream-build:
16
runs-on: ubuntu-latest
.github/workflows/key4hep-build.yaml
@@ -12,6 +12,9 @@ on:
schedule:
- cron: '16 5 * * *'
17
18
19
20
build:
0 commit comments