Skip to content

Commit cbd1060

Browse files
authored
chore: move remaining ci to blacksmith (#4108)
1 parent e49f74e commit cbd1060

18 files changed

Lines changed: 26 additions & 26 deletions

.github/workflows/changesets-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ concurrency:
1818
jobs:
1919
release-pr:
2020
name: Create Release PR
21-
runs-on: ubuntu-latest
21+
runs-on: blacksmith-2vcpu-ubuntu-2404
2222
permissions:
2323
contents: write
2424
pull-requests: write

.github/workflows/check-review-md.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
vars.ENABLE_CLAUDE_CODE != 'false' &&
2121
github.event.pull_request.draft == false &&
2222
github.event.pull_request.head.repo.full_name == github.repository
23-
runs-on: ubuntu-latest
23+
runs-on: blacksmith-2vcpu-ubuntu-2404
2424
permissions:
2525
contents: read
2626
pull-requests: write

.github/workflows/claude-md-audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
vars.ENABLE_CLAUDE_CODE != 'false' &&
2222
github.event.pull_request.draft == false &&
2323
github.event.pull_request.head.repo.full_name == github.repository
24-
runs-on: ubuntu-latest
24+
runs-on: blacksmith-2vcpu-ubuntu-2404
2525
permissions:
2626
contents: read
2727
pull-requests: write

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
(github.event_name == 'pull_request_review' && contains(github.event.review.body, '@claude')) ||
2323
(github.event_name == 'issues' && (contains(github.event.issue.body, '@claude') || contains(github.event.issue.title, '@claude')))
2424
)
25-
runs-on: ubuntu-latest
25+
runs-on: blacksmith-2vcpu-ubuntu-2404
2626
permissions:
2727
contents: write
2828
pull-requests: write

.github/workflows/dependabot-critical-alerts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# the Dependabot alert/summary notifiers — e.g. forks/mirrors that lack the
3030
# DEPENDABOT_ALERTS_TOKEN / SLACK_BOT_TOKEN secrets. Defaults to enabled.
3131
if: ${{ vars.ENABLE_DEPENDABOT_ALERTS != 'false' }}
32-
runs-on: ubuntu-latest
32+
runs-on: blacksmith-2vcpu-ubuntu-2404
3333
environment: dependabot-summary
3434
env:
3535
SEVERITY: ${{ inputs.severity || 'critical' }}

.github/workflows/dependabot-weekly-summary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# the Dependabot alert/summary notifiers — e.g. forks/mirrors that lack the
2424
# DEPENDABOT_ALERTS_TOKEN / SLACK_BOT_TOKEN secrets. Defaults to enabled.
2525
if: ${{ vars.ENABLE_DEPENDABOT_ALERTS != 'false' }}
26-
runs-on: ubuntu-latest
26+
runs-on: blacksmith-2vcpu-ubuntu-2404
2727
environment: dependabot-summary
2828
env:
2929
# Severities surface in the actions list when their remaining TTR drops

.github/workflows/helm-prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
((github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository) ||
7878
github.event_name == 'push' ||
7979
github.event_name == 'workflow_dispatch')
80-
runs-on: blacksmith-4vcpu-ubuntu-2404
80+
runs-on: blacksmith-2vcpu-ubuntu-2404
8181
permissions:
8282
contents: read
8383
packages: write

.github/workflows/pr_checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions:
1515
jobs:
1616
changes:
1717
name: Detect changes
18-
runs-on: ubuntu-latest
18+
runs-on: blacksmith-2vcpu-ubuntu-2404
1919
outputs:
2020
code: ${{ steps.code_filter.outputs.code }}
2121
typecheck_self: ${{ steps.filter.outputs.typecheck_self }}
@@ -168,7 +168,7 @@ jobs:
168168
- e2e
169169
- sdk-compat
170170
if: always()
171-
runs-on: ubuntu-latest
171+
runs-on: blacksmith-2vcpu-ubuntu-2404
172172
steps:
173173
- name: Verify all checks
174174
run: |

.github/workflows/preview-dispatch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ permissions: {}
2020
jobs:
2121
dispatch:
2222
name: Dispatch preview-deploy to cloud
23-
runs-on: ubuntu-latest
23+
runs-on: blacksmith-2vcpu-ubuntu-2404
2424
# label added -> create
2525
# new commit while labeled -> update
2626
# label removed / PR closed -> destroy

.github/workflows/preview-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ permissions:
4242
jobs:
4343
publish:
4444
name: Build and publish previews
45-
runs-on: ubuntu-latest
45+
runs-on: blacksmith-8vcpu-ubuntu-2404
4646
if: github.repository == 'triggerdotdev/trigger.dev'
4747
steps:
4848
- name: ⬇️ Checkout repo

0 commit comments

Comments
 (0)