Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
bitsandbytes
Commits
f7187705
Commit
f7187705
authored
Feb 01, 2024
by
Aarni Koskela
Browse files
CI: set concurrency limits to avoid extra builds
parent
c4079bde
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
.github/workflows/cmake.yml
.github/workflows/cmake.yml
+4
-0
No files found.
.github/workflows/cmake.yml
View file @
f7187705
...
@@ -6,6 +6,10 @@ on:
...
@@ -6,6 +6,10 @@ on:
pull_request
:
pull_request
:
branches
:
[
"
main"
]
branches
:
[
"
main"
]
concurrency
:
group
:
cmake-${{ github.ref }}
cancel-in-progress
:
true
jobs
:
jobs
:
build
:
build
:
runs-on
:
${{ matrix.os }}
runs-on
:
${{ matrix.os }}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment