diff options
| author | Henrik Tjäder <henrik@tjaders.com> | 2023-03-04 00:23:13 +0100 |
|---|---|---|
| committer | Henrik Tjäder <henrik@tjaders.com> | 2023-03-04 00:23:13 +0100 |
| commit | eeae3c45688950524e3b3a490317aa717a3080b9 (patch) | |
| tree | 586dccda5ded4f48a1f9dfb308b916ffb32320ba /.github/workflows | |
| parent | bf35fa3f15d3cfc63a724eb71697aa7193b9836d (diff) | |
ci: Always parse version, cleanup deps
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c23be68..23a46e6 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 |
