diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-06-12 10:32:40 +0200 |
---|---|---|
committer | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-06-12 10:32:40 +0200 |
commit | 9e594bd1d49dc0e1fdb8b74cef11fe3bfa3fdc1e (patch) | |
tree | 79e1b5bb5643a541b7e31b55d37a6d65542e464c | |
parent | ed05d9d589fe3d36bd3714e648016352179afbef (diff) | |
download | libquotient-9e594bd1d49dc0e1fdb8b74cef11fe3bfa3fdc1e.tar.gz libquotient-9e594bd1d49dc0e1fdb8b74cef11fe3bfa3fdc1e.zip |
CI: No more allow failure of update-api jobs
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9c777cbc..3422b5b0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ concurrency: ci-${{ github.ref }} jobs: CI: runs-on: ${{ matrix.os }} - continue-on-error: ${{ matrix.update-api != '' }} # the current upstream API definitions are expected to fail the test + continue-on-error: false strategy: fail-fast: false max-parallel: 1 |