Skip to content
Merged
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
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Comment thread
carderne marked this conversation as resolved.
Comment thread
carderne marked this conversation as resolved.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ concurrency:
jobs:
show-release-summary:
name: 📋 Release Summary
runs-on: warp-ubuntu-latest-x64-2x
runs-on: ubuntu-latest
permissions: {}
if: |
github.repository == 'triggerdotdev/trigger.dev' &&
Expand All @@ -48,7 +48,7 @@ jobs:

release:
name: 🚀 Release npm packages
runs-on: warp-ubuntu-latest-x64-8x
runs-on: ubuntu-latest
Comment thread
carderne marked this conversation as resolved.
environment: npm-publish
permissions:
contents: write
Expand Down Expand Up @@ -266,7 +266,7 @@ jobs:
# The prerelease job needs to be on the same workflow file due to a limitation related to how npm verifies OIDC claims.
prerelease:
name: 🧪 Prerelease
runs-on: warp-ubuntu-latest-x64-8x
runs-on: ubuntu-latest
environment: npm-publish
permissions:
contents: read
Expand Down