Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ORNL Quantum Computing Institute
qcor
Commits
715edc7c
Commit
715edc7c
authored
Dec 20, 2021
by
Nguyen, Thien Minh
Browse files
Fix the concurrency setting (wrong instructions in GitHub docs)
Signed-off-by:
Thien Nguyen
<
nguyentm@ornl.gov
>
parent
e3034718
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/linux-ci.yml
View file @
715edc7c
...
...
@@ -21,7 +21,7 @@ on:
concurrency
:
# Cancel any in-progress job or run
group
:
${{ github.
head_
ref }}
group
:
${{ github.
workflow }}-${{ github.ref == 'refs/heads/master' && github.run_number || github.
ref }}
cancel-in-progress
:
true
jobs
:
...
...
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