Skip to content

Commit b59c8da

Browse files
Ceate prebuild dev job (microsoft#135924)
* create prebuild dev job * changed spelling of target
1 parent f191b9d commit b59c8da

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/create-codespaces-prebuild.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,15 @@ jobs:
2626
sku_name: standardLinux32gb
2727
env:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29+
createPrebuildDev:
30+
runs-on: ubuntu-latest
31+
steps:
32+
- uses: actions/checkout@v2
33+
- uses: github/[email protected]
34+
with:
35+
target: development
36+
regions: WestUs2
37+
sku_name: standardLinux32gb
38+
env:
39+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40+

0 commit comments

Comments
 (0)