From 6e4c6d0c54eef570a5207ba4aad2e7750d386d7c Mon Sep 17 00:00:00 2001 From: Jan Prochazka Date: Sun, 23 Mar 2025 11:18:36 +0100 Subject: [PATCH] condition for pushing e2e screenshots --- workflow-templates/e2e-pro.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/workflow-templates/e2e-pro.yaml b/workflow-templates/e2e-pro.yaml index d269e447f..d8f6737e5 100644 --- a/workflow-templates/e2e-pro.yaml +++ b/workflow-templates/e2e-pro.yaml @@ -63,6 +63,7 @@ jobs: path: screenshots - name: Push E2E screenshots + if: ${{ github.ref_name == 'master' }} run: | git config --global user.email "info@dbgate.info" git config --global user.name "GitHub Actions"