Skip to content

Commit 6c521a2

Browse files
committed
Revert "Revert "Dotnet Windows EKS on One Region""
This reverts commit d5dd66b.
1 parent f054bc5 commit 6c521a2

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

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

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

2021
permissions:
2122
id-token: write

0 commit comments

Comments
 (0)