Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
harrryr committed Dec 12, 2024
1 parent 0fcc282 commit 57f50fa
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/java-ec2-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
schedule:
- cron: '6,31 * * * *' # run the workflow at 6th and 31th minute of every hour
workflow_dispatch: # be able to run the workflow on demand
push:

permissions:
id-token: write
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/java-eks-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
# schedule:
# - cron: '8,33 * * * *' # run the workflow at 8th and 33th minute of every hour
workflow_dispatch: # be able to run the workflow on demand
push:

permissions:
id-token: write
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/java-eks-otlp-ocb-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ on:
schedule:
- cron: '12,37 * * * *' # run the workflow at 12th and 37th minute of every hour
workflow_dispatch: # be able to run the workflow on demand
push:

permissions:
id-token: write
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/java-k8s-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
schedule:
- cron: '0,25 * * * *' # run the workflow at 0th and 25th minute of every hour
workflow_dispatch: # be able to run the workflow on demand
push:

permissions:
id-token: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-lambda-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
schedule:
- cron: '20,45 * * * *' # run the workflow at 20th and 45th minute of every hour
workflow_dispatch: # be able to run the workflow on demand
# push:
push:

permissions:
id-token: write
Expand Down

0 comments on commit 57f50fa

Please sign in to comment.