diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 33e9c26e..68f2fafb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,7 @@ jobs: name: Format code runs-on: ubuntu-latest needs: [ build-test-analyze ] + if: ${{ needs.build-test-analyze.result == 'success' || needs.build-test-analyze.result == 'skipped' }} steps: - name: Checkout repository uses: actions/checkout@v2