mirror of
https://github.com/replicatedhq/troubleshoot.git
synced 2026-04-15 07:16:34 +00:00
Remove precache until we have it enabled
This commit is contained in:
19
.github/workflows/codespaces.yaml
vendored
19
.github/workflows/codespaces.yaml
vendored
@@ -1,19 +0,0 @@
|
||||
name: prebuild codespace
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- codespaces-sandbox
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
createPrebuild:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: github/codespaces-precache@v1-stable
|
||||
with:
|
||||
regions: WestUs2 EastUs WestEurope SouthEastAsia
|
||||
sku_name: premiumLinux
|
||||
env:
|
||||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
||||
Reference in New Issue
Block a user