diff options
| author | briaguya <70942617+briaguya-ai@users.noreply.github.com> | 2023-11-10 20:31:13 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-10 20:31:13 -0500 |
| commit | 3ae6f37ffbdfa35abe75d42e80fdd98662938441 (patch) | |
| tree | 59c5d1bb08ff675e8c33b2ed86474a6da41e18ef | |
| parent | f7dfafbbf4d2bdfd7be0b582e563b827a516d59a (diff) | |
Update ci.yml
| -rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 84a699b32..21874d4f6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,6 +54,7 @@ jobs: run: bash -c "./tools/warnings_count/compare_warnings.sh compress" post-build: + needs: build runs-on: self-hosted steps: |
