From 10badc5a9fd014dd253cdf2e8b207d1542147c73 Mon Sep 17 00:00:00 2001 From: harrydowning Date: Thu, 29 Aug 2024 21:56:07 +0100 Subject: [PATCH] add noop step on release-check --- .github/workflows/pipeline.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index e594d6b..bec502d 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -20,6 +20,8 @@ jobs: runs-on: ubuntu-latest needs: check if: github.ref == 'refs/heads/master' + steps: + - run: true release: runs-on: ubuntu-latest needs: release-check