From f3de4671cca6ec8acf1faf5482f4dc5f4eb76efc Mon Sep 17 00:00:00 2001 From: Kaushik B Date: Fri, 3 Sep 2021 11:14:22 +0530 Subject: [PATCH 1/3] Fix TPU cleaning job --- .github/workflows/events-recurrent.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/events-recurrent.yml b/.github/workflows/events-recurrent.yml index 997f09974e23b..d7f1872fde732 100644 --- a/.github/workflows/events-recurrent.yml +++ b/.github/workflows/events-recurrent.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Setup gcloud CLI - uses: GoogleCloudPlatform/github-actions/setup-gcloud@master + uses: google-github-actions/setup-gcloud@master with: version: '290.0.1' service_account_key: ${{ secrets.GKE_SA_KEY_BASE64 }} From ba0d0da427e659acde1c5b057e1d1d3b8bb2d242 Mon Sep 17 00:00:00 2001 From: Kaushik B Date: Fri, 3 Sep 2021 12:11:12 +0530 Subject: [PATCH 2/3] Testing --- .github/workflows/events-recurrent.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/events-recurrent.yml b/.github/workflows/events-recurrent.yml index d7f1872fde732..d70d66d9d62ba 100644 --- a/.github/workflows/events-recurrent.yml +++ b/.github/workflows/events-recurrent.yml @@ -5,8 +5,10 @@ name: Recurrent events on: push: branches: [ master ] - schedule: - - cron: "*/20 * * * *" # At every 20 minutes + pull_request: + branches: [master] + # schedule: + # - cron: "*/20 * * * *" # At every 20 minutes env: GKE_CLUSTER: lightning-cluster From d62fca7f6072d64f1a2732d628803a389e10f804 Mon Sep 17 00:00:00 2001 From: Kaushik B Date: Fri, 3 Sep 2021 19:29:41 +0530 Subject: [PATCH 3/3] Update workflow --- .github/workflows/events-recurrent.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/events-recurrent.yml b/.github/workflows/events-recurrent.yml index d70d66d9d62ba..d7f1872fde732 100644 --- a/.github/workflows/events-recurrent.yml +++ b/.github/workflows/events-recurrent.yml @@ -5,10 +5,8 @@ name: Recurrent events on: push: branches: [ master ] - pull_request: - branches: [master] - # schedule: - # - cron: "*/20 * * * *" # At every 20 minutes + schedule: + - cron: "*/20 * * * *" # At every 20 minutes env: GKE_CLUSTER: lightning-cluster