Skip to content

Commit 77b249d

Browse files
committed
Remove test condition.
1 parent fe359cc commit 77b249d

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ 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
1512

1613
permissions:
1714
id-token: write

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ 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
1512

1613
permissions:
1714
id-token: write

0 commit comments

Comments
 (0)