We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbbb9c2 commit 231eec3Copy full SHA for 231eec3
.github/workflows/java-eks-otlp-ocb-canary.yml
@@ -8,6 +8,9 @@
8
## Logs, metrics, and traces are all validated.
9
name: Java EKS OTLP/OCB Enablement Canary Test
10
on:
11
+ push:
12
+ branches:
13
+ - java-eks-otlp-ocb-test
14
schedule:
15
- cron: '12,37 * * * *' # run the workflow at 12th and 37th minute of every hour
16
workflow_dispatch: # be able to run the workflow on demand
0 commit comments