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
mmdetection3d
Commits
696dcf3e
Unverified
Commit
696dcf3e
authored
Dec 07, 2021
by
Wenhao Wu
Committed by
GitHub
Dec 07, 2021
Browse files
[Enhance] Cancel previous runs that are not completed (#1102)
parent
921ab012
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
.github/workflows/build.yml
.github/workflows/build.yml
+4
-0
.github/workflows/deploy.yml
.github/workflows/deploy.yml
+4
-0
No files found.
.github/workflows/build.yml
View file @
696dcf3e
...
@@ -22,6 +22,10 @@ on:
...
@@ -22,6 +22,10 @@ on:
-
'
docs/**'
-
'
docs/**'
-
'
docs_zh-CN/**'
-
'
docs_zh-CN/**'
concurrency
:
group
:
${{ github.workflow }}-${{ github.ref }}
cancel-in-progress
:
true
jobs
:
jobs
:
lint
:
lint
:
runs-on
:
ubuntu-18.04
runs-on
:
ubuntu-18.04
...
...
.github/workflows/deploy.yml
View file @
696dcf3e
...
@@ -2,6 +2,10 @@ name: deploy
...
@@ -2,6 +2,10 @@ name: deploy
on
:
push
on
:
push
concurrency
:
group
:
${{ github.workflow }}-${{ github.ref }}
cancel-in-progress
:
true
jobs
:
jobs
:
build-n-publish
:
build-n-publish
:
runs-on
:
ubuntu-18.04
runs-on
:
ubuntu-18.04
...
...
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