Skip to content

Commit 9a6a30b

Browse files
committed
fixup! ci: generic coreeval builder workflow
format
1 parent 55016f0 commit 9a6a30b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-coreeval.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Checkout repository
2323
uses: actions/checkout@v4
2424
with:
25-
ref: ${{ github.event_name == 'workflow_dispatch' && inputs.branch || 'fraz/test-ymax-deploy' }}
25+
ref: ${{ github.event_name == 'workflow_dispatch' && inputs.branch || 'fraz/test-ymax-deploy' }}
2626
submodules: 'true'
2727

2828
- name: Clean repository

0 commit comments

Comments
 (0)