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