Skip to content

Commit d0ed19b

Browse files
committed
Run test on branch push
1 parent 0bca0ef commit d0ed19b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/java-eks-otlp-ocb-canary.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,13 @@
88
## Logs, metrics, and traces are all validated.
99
name: Java EKS OTLP/OCB Enablement Canary Test
1010
on:
11-
schedule:
12-
- cron: '12,37 * * * *' # run the workflow at 12th and 37th minute of every hour
11+
# TODO: Reintroduce cron-job
12+
# schedule:
13+
# - cron: '12,37 * * * *' # run the workflow at 12th and 37th minute of every hour
1314
workflow_dispatch: # be able to run the workflow on demand
15+
push:
16+
branches:
17+
- otlp-ocb
1418

1519
permissions:
1620
id-token: write

0 commit comments

Comments
 (0)