Skip to content

Commit

Permalink
fix(ci): Fixed an issue with the commented step.
Browse files Browse the repository at this point in the history
  • Loading branch information
maxemiliang committed Oct 10, 2023
1 parent b3304dc commit 2485be0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
# Finally, we run some simple benchmarks
benchmark:
name: Benchmark
needs: [ build-test, build-proprietary ]
needs: [ build-test ]
runs-on: [ self-hosted, docker ]
steps:
- name: Run Benchmark
Expand All @@ -50,7 +50,7 @@ jobs:
# Publish the test results as an output
publish-test:
name: Publish test results
needs: [ build-test, build-proprietary ]
needs: [ build-test ]
runs-on: [ self-hosted, docker ]
steps:
- uses: actions/download-artifact@v3
Expand Down

0 comments on commit 2485be0

Please sign in to comment.