You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by pa...@apache.org on 2022/09/06 16:59:14 UTC

[beam] branch master updated: fixing condition for db index creation

This is an automated email from the ASF dual-hosted git repository.

pabloem pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 6feeb8c93db fixing condition for db index creation
     new a3206572229 Merge pull request #23037 from akvelon/pg-backend-fix-index-creation-step
6feeb8c93db is described below

commit 6feeb8c93db9af8e586a6df853f540596aba149a
Author: oborysevych <ol...@akvelon.com>
AuthorDate: Tue Sep 6 11:35:06 2022 +0300

    fixing condition for db index creation
---
 .github/workflows/build_playground_backend.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/build_playground_backend.yml b/.github/workflows/build_playground_backend.yml
index eba111d987a..63f4158b7f8 100644
--- a/.github/workflows/build_playground_backend.yml
+++ b/.github/workflows/build_playground_backend.yml
@@ -89,5 +89,6 @@ jobs:
         run: |
          gcloud auth activate-service-account --project=${{ secrets.GCP_PLAYGROUND_PROJECT_ID }} --key-file=/tmp/gcp_access.json
          gcloud app deploy playground/index.yaml --project=${{ secrets.GCP_PLAYGROUND_PROJECT_ID }}
+        if: startsWith(github.ref, 'refs/tags/')
         env:
           GOOGLE_APPLICATION_CREDENTIALS: /tmp/gcp_access.json