diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab9ae6c..011a520 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: fetch-depth: 0 - run: rustup update stable && rustup default stable - run: rustup component add rustfmt - - run: cargo fmt --all -- --check + - run: cargo fmt --all --check build_docs: name: Docs diff --git a/.github/workflows/release-plz.yml b/.github/workflows/release-plz.yml index 8741180..186b819 100644 --- a/.github/workflows/release-plz.yml +++ b/.github/workflows/release-plz.yml @@ -14,6 +14,7 @@ jobs: release-plz: name: Release-plz runs-on: ubuntu-latest + if: ${{ github.event.workflow_run.conclusion == 'success' }} steps: - name: Checkout repository uses: actions/checkout@v4