Skip to content

Commit 91167df

Browse files
committed
chore(ci): run companion-pr-check on Blacksmith
1 parent 90f6708 commit 91167df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/companion-pr-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ permissions:
4040

4141
jobs:
4242
companion:
43-
runs-on: ubuntu-latest
43+
runs-on: ${{ (vars.CI_PROVIDER == '' || vars.CI_PROVIDER == 'blacksmith') && 'blacksmith-2vcpu-ubuntu-2404' || 'ubuntu-latest' }}
4444
timeout-minutes: 5
4545
steps:
4646
- uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7

0 commit comments

Comments
 (0)