Skip to content

Commit e64ea80

Browse files
committed
patch to yamls
1 parent 3b671b9 commit e64ea80

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/owasp-dc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
workflow_dispatch:
99

1010
concurrency:
11-
group: ${{ github.ref }}
11+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
1212
cancel-in-progress: true
1313

1414
jobs:

.github/workflows/pr-tests-linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches: [ main ]
66

77
concurrency:
8-
group: ${{ github.ref }}
8+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
99
cancel-in-progress: true
1010

1111
jobs:
@@ -58,4 +58,4 @@ jobs:
5858
- name: Run tests (override framework)
5959
run: |
6060
echo "Running tests for framework ${{ matrix.tfm }}"
61-
dotnet test ./cas-dotnet-sdk-tests/cas-dotnet-sdk-tests.csproj -c Release -f ${{ matrix.tfm }} --logger "trx"
61+
dotnet test ./cas-dotnet-sdk-tests/cas-dotnet-sdk-tests.csproj -c Release -f ${{ matrix.tfm }} --logger "trx"

.github/workflows/pr-tests-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches: [ main ]
66

77
concurrency:
8-
group: ${{ github.ref }}
8+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
99
cancel-in-progress: true
1010

1111
jobs:
@@ -59,4 +59,4 @@ jobs:
5959
- name: Run tests (override framework)
6060
run: |
6161
echo "Running tests for framework ${{ matrix.tfm }}"
62-
dotnet test ./cas-dotnet-sdk-tests/cas-dotnet-sdk-tests.csproj -c Release -f ${{ matrix.tfm }} --logger "trx"
62+
dotnet test ./cas-dotnet-sdk-tests/cas-dotnet-sdk-tests.csproj -c Release -f ${{ matrix.tfm }} --logger "trx"

0 commit comments

Comments
 (0)