From 5a85210641fa9532dc0beb2c69d082565f93db29 Mon Sep 17 00:00:00 2001 From: Andy Bayer Roswell <46857536+AndyBRoswell@users.noreply.github.com> Date: Tue, 27 Aug 2024 23:28:23 +0200 Subject: [PATCH] Update ci-pipeline.yml: chkenv --- .github/workflows/ci-pipeline.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index fb4b278..965ab3c 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -60,6 +60,7 @@ jobs: timeout: 120 - name: chkenv3 + if: always() run: python -c "import os; print(os.getenv('CELL_GITHUB'))" - name: Capture Docker Logs