Skip to content

Commit

Permalink
* disable one job dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
eukarpov committed Aug 23, 2023
1 parent ba3e9ad commit 31f4a94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,9 @@ jobs:
path: benchmark_aarch64_gcc.txt
retention-days: 3

create_benchmark_snapshot:
create-benchmark-snapshot:
if: ${{ inputs.benchmark_snapshot }}
needs: [build-openssl-windows-arm64-clangcl, build-openssl-linux-aarch64-gcc]
needs: [build-openssl-linux-aarch64-gcc]

runs-on: ubuntu-latest

Expand Down

0 comments on commit 31f4a94

Please sign in to comment.