We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfa484a commit e81ce2fCopy full SHA for e81ce2f
.github/workflows/pr-deploy.yaml
@@ -189,7 +189,7 @@ jobs:
189
needs: get_info
190
# Run build job only if there are changes in the files that we care about or if the workflow is manually triggered with --build flag
191
if: needs.get_info.outputs.BUILD == 'true'
192
- runs-on: ${{ github.repository_owner == 'coder' && 'buildjet-8vcpu-ubuntu-2204' || 'ubuntu-latest' }}
+ runs-on: ${{ github.repository_owner == 'coder' && 'depot-ubuntu-22.04-8' || 'ubuntu-latest' }}
193
# This concurrency only cancels build jobs if a new build is triggred. It will avoid cancelling the current deployemtn in case of docs chnages.
194
concurrency:
195
group: build-${{ github.workflow }}-${{ github.ref }}-${{ needs.get_info.outputs.BUILD }}
0 commit comments