From fa2c775abdcdb83e7e909e9bc9500fdc5020c2cc Mon Sep 17 00:00:00 2001 From: Marc Campbell Date: Thu, 11 Nov 2021 22:31:11 +0000 Subject: [PATCH] Remove precache until we have it enabled --- .github/workflows/codespaces.yaml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/codespaces.yaml diff --git a/.github/workflows/codespaces.yaml b/.github/workflows/codespaces.yaml deleted file mode 100644 index a8870a01..00000000 --- a/.github/workflows/codespaces.yaml +++ /dev/null @@ -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}} \ No newline at end of file