From e3856e8f6a2165cd5a18fa6967e6c6c68a225466 Mon Sep 17 00:00:00 2001 From: Theoklitos Christodoulou Date: Thu, 8 Feb 2024 19:01:05 +0200 Subject: [PATCH] Ephemeral env test job run for all branches (#637) --- .github/workflows/main.yml | 1 - deployment/ci.env | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7fb8298f3..fd86e220a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -371,7 +371,6 @@ jobs: - join-aggregator-images - join-migrations-images - setup-tags - if: github.event_name == 'pull_request' && github.base_ref == 'develop' permissions: id-token: write contents: read diff --git a/deployment/ci.env b/deployment/ci.env index c4dabc48b..f10e39d2f 100644 --- a/deployment/ci.env +++ b/deployment/ci.env @@ -1,4 +1,4 @@ # Git commit version of most recent Node compatible with this Network Gateway (only used in CI/CD environments) -FULLNODE_COMMIT=fd4f682acacdcfc52c98ff019db8f16051774230 -FULLNODE_VERSION=sha-fd4f682 +FULLNODE_COMMIT=72d26e5783e8fbe1b9d791407b47bbb30b48ac9d +FULLNODE_VERSION=sha-72d26e5 POSTGRES_VERSION=15.2.0