Spaces:
Sleeping
Sleeping
Ray Chen
commited on
Commit
·
2ff1844
1
Parent(s):
6c42963
change: update workflow concurrency
Browse files
.github/workflows/deploy-to-dev.yaml
CHANGED
@@ -8,7 +8,8 @@ on:
|
|
8 |
- '!main'
|
9 |
|
10 |
concurrency:
|
11 |
-
|
|
|
12 |
cancel-in-progress: true
|
13 |
|
14 |
jobs:
|
|
|
8 |
- '!main'
|
9 |
|
10 |
concurrency:
|
11 |
+
# NOTE: The same actor will deploy to the same space, so we should cancel other earlier jobs.
|
12 |
+
group: ${{ github.workflow }}-${{ github.actor }}
|
13 |
cancel-in-progress: true
|
14 |
|
15 |
jobs:
|