From 8a3dec196dd3f3f9e4f4595572cdd1aa929662e7 Mon Sep 17 00:00:00 2001 From: Grzegorz Sadowski Date: Wed, 25 Sep 2024 07:21:51 +0200 Subject: [PATCH] [CI] Minor improvements --- .github/workflows/ci__full_2_0.yaml | 2 +- .github/workflows/upmerge_pr.yaml | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci__full_2_0.yaml b/.github/workflows/ci__full_2_0.yaml index 2bf075b00b..f24176aa83 100644 --- a/.github/workflows/ci__full_2_0.yaml +++ b/.github/workflows/ci__full_2_0.yaml @@ -103,7 +103,7 @@ jobs: channel: "#daily-build" username: "GitHub Actions" text: | - ** + ** ${{ needs.static-checks.result == 'success' && ':+1:' || ':x:' }} Static Checks ${{ needs.e2e-mariadb.result == 'success' && ':+1:' || ':x:' }} End-to-End (MariaDB) diff --git a/.github/workflows/upmerge_pr.yaml b/.github/workflows/upmerge_pr.yaml index 36785261c9..d40937bb48 100644 --- a/.github/workflows/upmerge_pr.yaml +++ b/.github/workflows/upmerge_pr.yaml @@ -29,9 +29,6 @@ jobs: - base_branch: "1.14" target_branch: "2.0" - - - base_branch: "2.0" - target_branch: "api-platform-3" steps: -