From a7bae6f2bb9ec5e38e3d0711b84598830beadea3 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Mon, 16 Dec 2024 18:19:42 -0500 Subject: [PATCH] We need the code coverage to always run or there will be issues --- .github/workflows/ci-pipeline.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index d592037966..0a171cb9c5 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -50,7 +50,6 @@ jobs: start-gate: name: CI Start Gate runs-on: ubuntu-latest - if: (!contains(github.event.head_commit.message, '[TGSRelease]')) steps: - name: GitHub Requires at Least One Step for a Job run: exit 0 @@ -2368,7 +2367,7 @@ jobs: git config user.name "tgstation-server-ci[bot]" git config user.email "161980869+tgstation-server-ci[bot]@users.noreply.github.com" git add build/package/nix/ServerConsole.sha256 - git commit -m "Update nix SHA256 for [TGSRelease] v${{ env.TGS_VERSION }}" + git commit -m "Update nix SHA256 for TGS v${{ env.TGS_VERSION }}" - name: Re-tag run: git tag -a tgstation-server-v${{ env.TGS_VERSION }} -m tgstation-server-v${{ env.TGS_VERSION }}