From f0f6ed30437adbd1ebc4cf81e3bf3d028db4822e Mon Sep 17 00:00:00 2001 From: Mariano Ruiz Date: Tue, 30 Apr 2024 19:33:13 -0300 Subject: [PATCH] Fix CI step --- .github/workflows/e2e.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index d92ecd9..06c4432 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -54,7 +54,6 @@ jobs: run: cp .env.example .env - name: Build compose file for CI - if: ${{ github.ref != 'refs/heads/master' }} run: | ./pose --no-docker config --tag $TAG --tag-filter regex=mrsarm/ --progress -o ci.yaml