There was an error while loading. Please reload this page.
1 parent 90f6708 commit 6ec2385Copy full SHA for 6ec2385
1 file changed
.github/workflows/companion-pr-check.yml
@@ -40,7 +40,7 @@ permissions:
40
41
jobs:
42
companion:
43
- runs-on: ubuntu-latest
+ runs-on: ${{ (vars.CI_PROVIDER == '' || vars.CI_PROVIDER == 'blacksmith') && 'blacksmith-2vcpu-ubuntu-2404' || 'ubuntu-latest' }}
44
timeout-minutes: 5
45
steps:
46
- uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7
0 commit comments