This is an automated email from the ASF dual-hosted git repository. damccorm pushed a commit to branch users/damccorm/metrics in repository https://gitbox.apache.org/repos/asf/beam.git
commit 1e85b413aa0789735a6562805b81b2826dda18a8 Author: Danny McCormick <[email protected]> AuthorDate: Mon Sep 25 13:21:18 2023 -0400 Run metrics job daily to catch any failed runs --- .github/workflows/beam_PostCommit_BeamMetrics_Publish.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/beam_PostCommit_BeamMetrics_Publish.yml b/.github/workflows/beam_PostCommit_BeamMetrics_Publish.yml index 3ce0a48824a..b21428413c0 100644 --- a/.github/workflows/beam_PostCommit_BeamMetrics_Publish.yml +++ b/.github/workflows/beam_PostCommit_BeamMetrics_Publish.yml @@ -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 @@ -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' \ No newline at end of file + -PKUBE_CONFIG_PATH='$HOME/.kube/config'
