Skip to content

Commit

Permalink
Fix --else-if-branch on main
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasWanke committed Feb 29, 2024
1 parent a3bc6c5 commit 8d3d962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compiler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ jobs:
--project candy \
--token ${{ secrets.BENCHER_TOKEN }} \
--if-branch ${{ github.head_ref || github.ref_name }} \
--else-if-branch ${{ github.base_ref }} \
${{ github.base_ref && format('--else-if-branch {0}', github.base_ref) || '' }} \
--else-if-branch main \
--hash ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }} \
--testbed github-actions-ubuntu-22-04 \
Expand Down

0 comments on commit 8d3d962

Please sign in to comment.