File tree Expand file tree Collapse file tree 16 files changed +16
-16
lines changed
Expand file tree Collapse file tree 16 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 77# Ensures that only the latest commit is running for each PR at a time.
88# Ignores this rule for push events.
99concurrency :
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
1212jobs :
1313 Access-Tests :
Original file line number Diff line number Diff line change 11name : " Static Analysis"
22on : [push, pull_request]
33concurrency :
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
66jobs :
77 Go-Lint :
Original file line number Diff line number Diff line change 77# Ensures that only the latest commit is running for each PR at a time.
88# Ignores this rule for push events.
99concurrency :
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
1212jobs :
1313 Artifactory-Tests :
Original file line number Diff line number Diff line change 77# Ensures that only the latest commit is running for each PR at a time.
88# Ignores this rule for push events.
99concurrency :
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
1212jobs :
1313 Distribution-Tests :
Original file line number Diff line number Diff line change 77# Ensures that only the latest commit is running for each PR at a time.
88# Ignores this rule for push events.
99concurrency :
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
1212jobs :
1313 Docker-tests :
Original file line number Diff line number Diff line change 77# Ensures that only the latest commit is running for each PR at a time.
88# Ignores this rule for push events.
99concurrency :
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
1212jobs :
1313 GO-tests :
Original file line number Diff line number Diff line change 77# Ensures that only the latest commit is running for each PR at a time.
88# Ignores this rule for push events.
99concurrency :
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
1212jobs :
1313 Gradle-Tests :
Original file line number Diff line number Diff line change 77# Ensures that only the latest commit is running for each PR at a time.
88# Ignores this rule for push events.
99concurrency :
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
1212jobs :
1313 Maven-Tests :
Original file line number Diff line number Diff line change 77# Ensures that only the latest commit is running for each PR at a time.
88# Ignores this rule for push events.
99concurrency :
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
1212jobs :
1313 npm-Tests :
Original file line number Diff line number Diff line change 77# Ensures that only the latest commit is running for each PR at a time.
88# Ignores this rule for push events.
99concurrency :
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
1212jobs :
1313 NuGet-Tests :
You can’t perform that action at this time.
0 commit comments