diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2021-12-24 08:00:39 +0100 |
---|---|---|
committer | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2021-12-24 08:00:39 +0100 |
commit | a207439d165b00b689e37b2759e0ca42bdfb22ae (patch) | |
tree | 1e17920cf7be96cd5320d5f88282fe02e73f864f /.github/workflows/ci.yml | |
parent | e1c19404846b2a7a2f321c662528252e4eeef35e (diff) | |
download | libquotient-a207439d165b00b689e37b2759e0ca42bdfb22ae.tar.gz libquotient-a207439d165b00b689e37b2759e0ca42bdfb22ae.zip |
Reinstate update-api jobs
Diffstat (limited to '.github/workflows/ci.yml')
-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 27c65b26..5a3a0708 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: qt-version: [ '5.12.10' ] # Not using binary values here, to make the job captions more readable e2ee: [ '' ] - update-api: [ '' ] #, 'update-api' ] + update-api: [ '', 'update-api' ] sonar: [ '' ] platform: [ '' ] qt-arch: [ '' ] |