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
70351677
Commit
70351677
authored
Aug 18, 2022
by
neil
Browse files
add concurrency
parent
33cadfb9
Changes
13
Hide whitespace changes
Inline
Side-by-side
.github/workflows/DNS.yml
View file @
70351677
...
...
@@ -11,6 +11,9 @@ on:
-
'
dnsapi/*.sh'
-
'
.github/workflows/DNS.yml'
concurrency
:
group
:
${{ github.workflow }}
cancel-in-progress
:
true
jobs
:
CheckToken
:
...
...
.github/workflows/DragonFlyBSD.yml
View file @
70351677
...
...
@@ -14,6 +14,12 @@ on:
-
'
*.sh'
-
'
.github/workflows/DragonFlyBSD.yml'
concurrency
:
group
:
${{ github.workflow }}
cancel-in-progress
:
true
jobs
:
DragonFlyBSD
:
...
...
.github/workflows/FreeBSD.yml
View file @
70351677
...
...
@@ -14,6 +14,11 @@ on:
-
'
*.sh'
-
'
.github/workflows/FreeBSD.yml'
concurrency
:
group
:
${{ github.workflow }}
cancel-in-progress
:
true
jobs
:
FreeBSD
:
...
...
.github/workflows/Linux.yml
View file @
70351677
...
...
@@ -15,6 +15,12 @@ on:
-
'
.github/workflows/Linux.yml'
concurrency
:
group
:
${{ github.workflow }}
cancel-in-progress
:
true
jobs
:
Linux
:
...
...
.github/workflows/MacOS.yml
View file @
70351677
...
...
@@ -14,6 +14,11 @@ on:
-
'
*.sh'
-
'
.github/workflows/MacOS.yml'
concurrency
:
group
:
${{ github.workflow }}
cancel-in-progress
:
true
jobs
:
MacOS
:
...
...
.github/workflows/NetBSD.yml
View file @
70351677
...
...
@@ -14,6 +14,12 @@ on:
-
'
*.sh'
-
'
.github/workflows/NetBSD.yml'
concurrency
:
group
:
${{ github.workflow }}
cancel-in-progress
:
true
jobs
:
NetBSD
:
...
...
.github/workflows/OpenBSD.yml
View file @
70351677
...
...
@@ -14,6 +14,11 @@ on:
-
'
*.sh'
-
'
.github/workflows/OpenBSD.yml'
concurrency
:
group
:
${{ github.workflow }}
cancel-in-progress
:
true
jobs
:
OpenBSD
:
...
...
.github/workflows/PebbleStrict.yml
View file @
70351677
...
...
@@ -13,6 +13,13 @@ on:
-
'
*.sh'
-
'
.github/workflows/PebbleStrict.yml'
concurrency
:
group
:
${{ github.workflow }}
cancel-in-progress
:
true
jobs
:
PebbleStrict
:
runs-on
:
ubuntu-latest
...
...
.github/workflows/Solaris.yml
View file @
70351677
...
...
@@ -15,6 +15,11 @@ on:
-
'
.github/workflows/Solaris.yml'
concurrency
:
group
:
${{ github.workflow }}
cancel-in-progress
:
true
jobs
:
Solaris
:
strategy
:
...
...
.github/workflows/Ubuntu.yml
View file @
70351677
...
...
@@ -14,6 +14,11 @@ on:
-
'
*.sh'
-
'
.github/workflows/Ubuntu.yml'
concurrency
:
group
:
${{ github.workflow }}
cancel-in-progress
:
true
jobs
:
Ubuntu
:
...
...
.github/workflows/Windows.yml
View file @
70351677
...
...
@@ -15,6 +15,11 @@ on:
-
'
.github/workflows/Windows.yml'
concurrency
:
group
:
${{ github.workflow }}
cancel-in-progress
:
true
jobs
:
Windows
:
strategy
:
...
...
.github/workflows/dockerhub.yml
View file @
70351677
...
...
@@ -11,7 +11,11 @@ on:
-
"
Dockerfile"
-
'
.github/workflows/dockerhub.yml'
concurrency
:
group
:
${{ github.workflow }}
cancel-in-progress
:
true
jobs
:
CheckToken
:
runs-on
:
ubuntu-latest
...
...
.github/workflows/shellcheck.yml
View file @
70351677
...
...
@@ -13,6 +13,11 @@ on:
-
'
**.sh'
-
'
.github/workflows/shellcheck.yml'
concurrency
:
group
:
${{ github.workflow }}
cancel-in-progress
:
true
jobs
:
ShellCheck
:
runs-on
:
ubuntu-latest
...
...
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