mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 17:48:56 +01:00
Ceate prebuild dev job (#135924)
* create prebuild dev job * changed spelling of target
This commit is contained in:
12
.github/workflows/create-codespaces-prebuild.yml
vendored
12
.github/workflows/create-codespaces-prebuild.yml
vendored
@@ -26,3 +26,15 @@ jobs:
|
||||
sku_name: standardLinux32gb
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
createPrebuildDev:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: github/codespaces-precache@v1.0.1
|
||||
with:
|
||||
target: development
|
||||
regions: WestUs2
|
||||
sku_name: standardLinux32gb
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user