diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 12b8d92..205e0c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -114,7 +114,7 @@ jobs: name: 'Deploy' runs-on: ubuntu-22.04 timeout-minutes: 30 - if: github.ref == 'refs/heads/main' + if: github.ref == 'refs/heads/main' && !failure() && !cancelled() needs: - push