diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2025-05-22 20:51:50 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2025-05-22 20:51:50 +0300 |
| commit | a2a4e831cf35bd2f68ce71909fa993645b342ec6 (patch) | |
| tree | d9e233eb6322450315d0237c9eca2ee44cab1831 | |
| parent | 3e5889394a5ce4b76793dd1ade33c1d3101b2cd1 (diff) | |
set some needs
| -rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9251a0da3..b31db67f3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -117,6 +117,9 @@ phpunit-integration: alias: web-nginx rules: - if: $CI_COMMIT_BRANCH + needs: + - job: ttrss-fpm-pgsql-static:push-commit-only-gitlab + - job: ttrss-web-nginx:push-commit-only-gitlab before_script: # wait for everything to start - | |