Skip to content

Commit d5dd66b

Browse files
committed
Revert "Dotnet Windows EKS on One Region"
This reverts commit fc38a5b.
1 parent c002bd8 commit d5dd66b

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/dotnet-eks-canary.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,11 @@ on:
1111
- cron: '*/15 * * * *' # run the workflow every 15 minutes
1212
workflow_dispatch: # be able to run the workflow on demand
1313
push:
14-
branches:
15-
- "dotnet-windows-eks"
14+
"dotnet-windows-eks"
1615

17-
#concurrency:
18-
# group: ${{ github.workflow }}
19-
# cancel-in-progress: false
16+
concurrency:
17+
group: ${{ github.workflow }}
18+
cancel-in-progress: false
2019

2120
permissions:
2221
id-token: write

0 commit comments

Comments
 (0)