From 1345f193702a87631fa89fc53a27c16556fc8604 Mon Sep 17 00:00:00 2001 From: Michael Born Date: Fri, 18 Aug 2023 12:35:14 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20CI:=20Drop=20changelog.yml=20dep?= =?UTF-8?q?endency?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ccd59dd5..0c353d7d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: release: runs-on: ubuntu-latest - needs: [ tests, changelog ] + needs: [ tests ] if: "!contains(github.event.head_commit.message, '[ci skip]')" steps: - uses: actions/checkout@v3