Skip to content

Commit

Permalink
Run metrics job daily to catch any failed runs (#28652)
Browse files Browse the repository at this point in the history
  • Loading branch information
damccorm authored Sep 25, 2023
1 parent ead1b05 commit fd0527a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/beam_PostCommit_BeamMetrics_Publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ on:
paths: ['.github/workflows/beam_PostCommit_BeamMetrics_Publish.yml']
issue_comment:
types: [created]
schedule:
- cron: '24 2 * * *'
workflow_dispatch:

#Setting explicit permissions for the action to avoid the default permissions which are `write-all` in case of pull_request_target event
Expand Down Expand Up @@ -89,4 +91,4 @@ jobs:
with:
gradle-command: :beam-test-infra-metrics:getClusterCredentials :beam-test-infra-metrics:deploy
arguments: |
-PKUBE_CONFIG_PATH='$HOME/.kube/config'
-PKUBE_CONFIG_PATH='$HOME/.kube/config'

0 comments on commit fd0527a

Please sign in to comment.