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
ruanhaishen
Acme.Sh
Commits
b8887929
Commit
b8887929
authored
Aug 23, 2022
by
neil
Browse files
fix concurrency
parent
e3d1ab52
Changes
13
Hide whitespace changes
Inline
Side-by-side
.github/workflows/DNS.yml
View file @
b8887929
...
@@ -12,7 +12,7 @@ on:
...
@@ -12,7 +12,7 @@ on:
-
'
.github/workflows/DNS.yml'
-
'
.github/workflows/DNS.yml'
concurrency
:
concurrency
:
group
:
${{ github.workflow }}
group
:
${{ github.workflow }}
-${{ github.ref }}
cancel-in-progress
:
true
cancel-in-progress
:
true
jobs
:
jobs
:
...
...
.github/workflows/DragonFlyBSD.yml
View file @
b8887929
...
@@ -15,7 +15,7 @@ on:
...
@@ -15,7 +15,7 @@ on:
-
'
.github/workflows/DragonFlyBSD.yml'
-
'
.github/workflows/DragonFlyBSD.yml'
concurrency
:
concurrency
:
group
:
${{ github.workflow }}
group
:
${{ github.workflow }}
-${{ github.ref }}
cancel-in-progress
:
true
cancel-in-progress
:
true
...
...
.github/workflows/FreeBSD.yml
View file @
b8887929
...
@@ -15,7 +15,7 @@ on:
...
@@ -15,7 +15,7 @@ on:
-
'
.github/workflows/FreeBSD.yml'
-
'
.github/workflows/FreeBSD.yml'
concurrency
:
concurrency
:
group
:
${{ github.workflow }}
group
:
${{ github.workflow }}
-${{ github.ref }}
cancel-in-progress
:
true
cancel-in-progress
:
true
...
...
.github/workflows/Linux.yml
View file @
b8887929
...
@@ -16,7 +16,7 @@ on:
...
@@ -16,7 +16,7 @@ on:
concurrency
:
concurrency
:
group
:
${{ github.workflow }}
group
:
${{ github.workflow }}
-${{ github.ref }}
cancel-in-progress
:
true
cancel-in-progress
:
true
...
...
.github/workflows/MacOS.yml
View file @
b8887929
...
@@ -15,7 +15,7 @@ on:
...
@@ -15,7 +15,7 @@ on:
-
'
.github/workflows/MacOS.yml'
-
'
.github/workflows/MacOS.yml'
concurrency
:
concurrency
:
group
:
${{ github.workflow }}
group
:
${{ github.workflow }}
-${{ github.ref }}
cancel-in-progress
:
true
cancel-in-progress
:
true
...
...
.github/workflows/NetBSD.yml
View file @
b8887929
...
@@ -15,7 +15,7 @@ on:
...
@@ -15,7 +15,7 @@ on:
-
'
.github/workflows/NetBSD.yml'
-
'
.github/workflows/NetBSD.yml'
concurrency
:
concurrency
:
group
:
${{ github.workflow }}
group
:
${{ github.workflow }}
-${{ github.ref }}
cancel-in-progress
:
true
cancel-in-progress
:
true
...
...
.github/workflows/OpenBSD.yml
View file @
b8887929
...
@@ -15,7 +15,7 @@ on:
...
@@ -15,7 +15,7 @@ on:
-
'
.github/workflows/OpenBSD.yml'
-
'
.github/workflows/OpenBSD.yml'
concurrency
:
concurrency
:
group
:
${{ github.workflow }}
group
:
${{ github.workflow }}
-${{ github.ref }}
cancel-in-progress
:
true
cancel-in-progress
:
true
...
...
.github/workflows/PebbleStrict.yml
View file @
b8887929
...
@@ -15,7 +15,7 @@ on:
...
@@ -15,7 +15,7 @@ on:
concurrency
:
concurrency
:
group
:
${{ github.workflow }}
group
:
${{ github.workflow }}
-${{ github.ref }}
cancel-in-progress
:
true
cancel-in-progress
:
true
...
...
.github/workflows/Solaris.yml
View file @
b8887929
...
@@ -17,7 +17,7 @@ on:
...
@@ -17,7 +17,7 @@ on:
concurrency
:
concurrency
:
group
:
${{ github.workflow }}
group
:
${{ github.workflow }}
-${{ github.ref }}
cancel-in-progress
:
true
cancel-in-progress
:
true
jobs
:
jobs
:
...
...
.github/workflows/Ubuntu.yml
View file @
b8887929
...
@@ -15,7 +15,7 @@ on:
...
@@ -15,7 +15,7 @@ on:
-
'
.github/workflows/Ubuntu.yml'
-
'
.github/workflows/Ubuntu.yml'
concurrency
:
concurrency
:
group
:
${{ github.workflow }}
group
:
${{ github.workflow }}
-${{ github.ref }}
cancel-in-progress
:
true
cancel-in-progress
:
true
...
...
.github/workflows/Windows.yml
View file @
b8887929
...
@@ -16,7 +16,7 @@ on:
...
@@ -16,7 +16,7 @@ on:
concurrency
:
concurrency
:
group
:
${{ github.workflow }}
group
:
${{ github.workflow }}
-${{ github.ref }}
cancel-in-progress
:
true
cancel-in-progress
:
true
...
...
.github/workflows/dockerhub.yml
View file @
b8887929
...
@@ -12,7 +12,7 @@ on:
...
@@ -12,7 +12,7 @@ on:
-
'
.github/workflows/dockerhub.yml'
-
'
.github/workflows/dockerhub.yml'
concurrency
:
concurrency
:
group
:
${{ github.workflow }}
group
:
${{ github.workflow }}
-${{ github.ref }}
cancel-in-progress
:
true
cancel-in-progress
:
true
...
...
.github/workflows/shellcheck.yml
View file @
b8887929
...
@@ -14,7 +14,7 @@ on:
...
@@ -14,7 +14,7 @@ on:
-
'
.github/workflows/shellcheck.yml'
-
'
.github/workflows/shellcheck.yml'
concurrency
:
concurrency
:
group
:
${{ github.workflow }}
group
:
${{ github.workflow }}
-${{ github.ref }}
cancel-in-progress
:
true
cancel-in-progress
:
true
...
...
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