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
ColossalAI
Commits
536397cc
Unverified
Commit
536397cc
authored
Sep 11, 2023
by
Hongxin Liu
Committed by
GitHub
Sep 11, 2023
Browse files
[devops] fix concurrency group (#4667)
parent
7486ed7d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.github/workflows/compatiblity_test_on_pr.yml
.github/workflows/compatiblity_test_on_pr.yml
+1
-1
.github/workflows/example_check_on_pr.yml
.github/workflows/example_check_on_pr.yml
+1
-1
No files found.
.github/workflows/compatiblity_test_on_pr.yml
View file @
536397cc
...
@@ -44,7 +44,7 @@ jobs:
...
@@ -44,7 +44,7 @@ jobs:
options
:
--gpus all --rm -v /data/scratch/cifar-10:/data/scratch/cifar-10
options
:
--gpus all --rm -v /data/scratch/cifar-10:/data/scratch/cifar-10
timeout-minutes
:
120
timeout-minutes
:
120
concurrency
:
concurrency
:
group
:
${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}-run-test
group
:
${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}-run-test
-${{ matrix.container }}
cancel-in-progress
:
true
cancel-in-progress
:
true
steps
:
steps
:
-
name
:
Install dependencies
-
name
:
Install dependencies
...
...
.github/workflows/example_check_on_pr.yml
View file @
536397cc
...
@@ -81,7 +81,7 @@ jobs:
...
@@ -81,7 +81,7 @@ jobs:
options
:
--gpus all --rm -v /data/scratch/examples-data:/data/
options
:
--gpus all --rm -v /data/scratch/examples-data:/data/
timeout-minutes
:
10
timeout-minutes
:
10
concurrency
:
concurrency
:
group
:
${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}-run-example
group
:
${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}-run-example
-${{ matrix.directory }}
cancel-in-progress
:
true
cancel-in-progress
:
true
steps
:
steps
:
-
uses
:
actions/checkout@v3
-
uses
:
actions/checkout@v3
...
...
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