From 5ece8d67f9fc70268ad733702a3da8cbbbc2dfd6 Mon Sep 17 00:00:00 2001 From: CI workflows Date: Sun, 23 Mar 2025 08:31:04 +0000 Subject: [PATCH] chore: auto-update github workflows --- .github/workflows/e2e-pro.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e-pro.yaml b/.github/workflows/e2e-pro.yaml index 83207e32a..b985698e2 100644 --- a/.github/workflows/e2e-pro.yaml +++ b/.github/workflows/e2e-pro.yaml @@ -77,8 +77,8 @@ jobs: cp ../dbgate-merged/e2e-tests/screenshots/*.png dbgate-img/static/img cd dbgate-img/static/img git add . - git commit -m "E2E screenshots" - git push + git commit --amend --no-edit + git push --force services: postgres-cypress: image: postgres