Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .depot/workflows/release-rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
!startsWith(github.event.workflow_run.head_commit.message, 'chore(main): release'))) &&
needs.determine-version.outputs.should_publish == 'true'
needs: determine-version
runs-on: depot-ubuntu-latest
runs-on: depot-ubuntu-latest-4
permissions:
contents: read
steps:
Expand Down
7 changes: 4 additions & 3 deletions .depot/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ jobs:
contents: write
pull-requests: write
outputs:
release_created: ${{ steps.release.outputs.release_created }}
tag_name: ${{ steps.release.outputs.tag_name }}
release_created: ${{ steps.release.outputs['apps/convex-sync--release_created'] }}
tag_name: ${{ steps.release.outputs['apps/convex-sync--tag_name'] }}
paths_released: ${{ steps.release.outputs.paths_released }}
steps:
- name: run-release-please
id: release
Expand All @@ -29,7 +30,7 @@ jobs:
name: 02-build-cli-linux-amd64
if: needs.release-please.outputs.release_created == 'true'
needs: release-please
runs-on: depot-ubuntu-latest
runs-on: depot-ubuntu-latest-4
permissions:
contents: read
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/actionlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ self-hosted-runner:
labels:
- depot-ubuntu-24.04
- depot-ubuntu-latest
- depot-ubuntu-latest-4
Loading