From eeae3c45688950524e3b3a490317aa717a3080b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= Date: Sat, 4 Mar 2023 00:23:13 +0100 Subject: [PATCH] ci: Always parse version, cleanup deps --- .github/workflows/build.yml | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c23be68a96..23a46e6062 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -405,8 +405,8 @@ jobs: path: mdbookold.tar parseversion: - # Only run this when pushing to master branch - if: github.ref == 'refs/heads/master' + name: Parse the master branch RTIC version + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3 @@ -434,15 +434,8 @@ jobs: name: If CI passes, merge master branch into release/vX runs-on: ubuntu-22.04 needs: + - ci - parseversion - - formatcheck - - check - - clippy - - checkexamples - - testexamples - - tests - - docs - - mdbook # Only run this when pushing to master branch if: github.ref == 'refs/heads/master' @@ -461,7 +454,6 @@ jobs: name: deploy runs-on: ubuntu-22.04 needs: - - parseversion - mergetostablebranch - docs - mdbookold