Skip to content

Commit ea7275e

Browse files
committed
Update GitHub workflows
1 parent b3fb132 commit ea7275e

16 files changed

+16
-16
lines changed

.github/workflows/accessTests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
# Ensures that only the latest commit is running for each PR at a time.
88
# Ignores this rule for push events.
99
concurrency:
10-
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}-{{ github.ref }}
10+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}-${{ github.ref }}
1111
cancel-in-progress: true
1212
jobs:
1313
Access-Tests:

.github/workflows/analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: "Static Analysis"
22
on: [push, pull_request]
33
concurrency:
4-
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}-{{ github.ref }}
4+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}-${{ github.ref }}
55
cancel-in-progress: true
66
jobs:
77
Go-Lint:

.github/workflows/artifactoryTests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
# Ensures that only the latest commit is running for each PR at a time.
88
# Ignores this rule for push events.
99
concurrency:
10-
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}-{{ github.ref }}
10+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}-${{ github.ref }}
1111
cancel-in-progress: true
1212
jobs:
1313
Artifactory-Tests:

.github/workflows/distributionTests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
# Ensures that only the latest commit is running for each PR at a time.
88
# Ignores this rule for push events.
99
concurrency:
10-
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}-{{ github.ref }}
10+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}-${{ github.ref }}
1111
cancel-in-progress: true
1212
jobs:
1313
Distribution-Tests:

.github/workflows/dockerTests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
# Ensures that only the latest commit is running for each PR at a time.
88
# Ignores this rule for push events.
99
concurrency:
10-
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}-{{ github.ref }}
10+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}-${{ github.ref }}
1111
cancel-in-progress: true
1212
jobs:
1313
Docker-tests:

.github/workflows/goTests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
# Ensures that only the latest commit is running for each PR at a time.
88
# Ignores this rule for push events.
99
concurrency:
10-
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}-{{ github.ref }}
10+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}-${{ github.ref }}
1111
cancel-in-progress: true
1212
jobs:
1313
GO-tests:

.github/workflows/gradleTests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
# Ensures that only the latest commit is running for each PR at a time.
88
# Ignores this rule for push events.
99
concurrency:
10-
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}-{{ github.ref }}
10+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}-${{ github.ref }}
1111
cancel-in-progress: true
1212
jobs:
1313
Gradle-Tests:

.github/workflows/mavenTests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
# Ensures that only the latest commit is running for each PR at a time.
88
# Ignores this rule for push events.
99
concurrency:
10-
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}-{{ github.ref }}
10+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}-${{ github.ref }}
1111
cancel-in-progress: true
1212
jobs:
1313
Maven-Tests:

.github/workflows/npmTests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
# Ensures that only the latest commit is running for each PR at a time.
88
# Ignores this rule for push events.
99
concurrency:
10-
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}-{{ github.ref }}
10+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}-${{ github.ref }}
1111
cancel-in-progress: true
1212
jobs:
1313
npm-Tests:

.github/workflows/nugetTests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
# Ensures that only the latest commit is running for each PR at a time.
88
# Ignores this rule for push events.
99
concurrency:
10-
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}-{{ github.ref }}
10+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}-${{ github.ref }}
1111
cancel-in-progress: true
1212
jobs:
1313
NuGet-Tests:

0 commit comments

Comments
 (0)