Skip to content

Commit

Permalink
Merge pull request #1505 from o1-labs/fix/ci-benchmarking
Browse files Browse the repository at this point in the history
Fix for GH ref name in benchmarks workflow.
  • Loading branch information
shimkiv authored Mar 14, 2024
2 parents 76a2fe8 + ca1099f commit 0c04218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
node-version: ${{ matrix.node }}
- name: Build o1js and execute benchmarks on ${{ matrix.os }} and Node.JS ${{ matrix.node }}
env:
GIT_BRANCH: ${{ github.head_ref }}
GIT_BRANCH: ${{ github.head_ref || github.ref_name }}
INFLUXDB_URL: ${{ secrets.INFLUXDB_URL }}
INFLUXDB_ORG: ${{ secrets.INFLUXDB_ORG }}
INFLUXDB_BUCKET: ${{ secrets.INFLUXDB_BUCKET }}
Expand Down

0 comments on commit 0c04218

Please sign in to comment.