aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Rusakov <Kitsune-Ral@users.sf.net>2022-06-12 10:32:40 +0200
committerAlexey Rusakov <Kitsune-Ral@users.sf.net>2022-06-12 10:32:40 +0200
commit9e594bd1d49dc0e1fdb8b74cef11fe3bfa3fdc1e (patch)
tree79e1b5bb5643a541b7e31b55d37a6d65542e464c
parented05d9d589fe3d36bd3714e648016352179afbef (diff)
downloadlibquotient-9e594bd1d49dc0e1fdb8b74cef11fe3bfa3fdc1e.tar.gz
libquotient-9e594bd1d49dc0e1fdb8b74cef11fe3bfa3fdc1e.zip
CI: No more allow failure of update-api jobs
-rw-r--r--.github/workflows/ci.yml2
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