diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b7e3793..89b978f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,7 +81,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Mark the job as a success - - run: exit 0 + run: exit 0 ci-failure: name: ci if: github.event_name == 'push' && !success()