Skip to content

Commit 82b412c

Browse files
committed
# This is a combination of 11 commits.
# This is the 1st commit message: Test concurency. # The commit message #2 will be skipped: # Dummy commit # The commit message #3 will be skipped: # Dummy commit # The commit message #4 will be skipped: # Dummy commit # The commit message #5 will be skipped: # Dummy commit # The commit message #6 will be skipped: # add push. # The commit message #7 will be skipped: # Dummy commit # The commit message #8 will be skipped: # Dummy commit # The commit message #9 will be skipped: # Dummy commit # The commit message #10 will be skipped: # Add push condition. # The commit message #11 will be skipped: # Dummy commit
1 parent f2143fe commit 82b412c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/python-ecs-canary.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
schedule:
1010
- cron: '*/15 * * * *' # run the workflow every 15 minutes
1111
workflow_dispatch: # be able to run the workflow on demand
12+
push:
13+
branches:
14+
- ecs-no-call-zzhlogin
1215

1316
permissions:
1417
id-token: write

0 commit comments

Comments
 (0)