This commit is contained in:
Siarhei Fedartsou 2024-06-25 20:40:24 +02:00
parent aec21acbdf
commit 43a609d087

View File

@ -643,7 +643,7 @@ jobs:
benchmarks:
if: github.event_name == 'pull_request'
#needs: [format-taginfo-docs]
needs: [format-taginfo-docs]
runs-on: ubuntu-22.04
env:
CCOMPILER: clang-13
@ -765,9 +765,9 @@ jobs:
ccache -p
ccache -s
# ci-complete:
# runs-on: ubuntu-22.04
# needs: [build-test-publish, docker-image-matrix, windows-release-node, benchmarks]
# steps:
# - run: echo "CI complete"
ci-complete:
runs-on: ubuntu-22.04
needs: [build-test-publish, docker-image-matrix, windows-release-node, benchmarks]
steps:
- run: echo "CI complete"