diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 10a7913..0fbc663 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,7 @@ jobs: runs-on: ${{ matrix.os }} permissions: contents: write + continue-on-error: true steps: - name: Checkout uses: actions/checkout@v4