1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Remove github/codespaces-precache action

This action was deprecated on 2022-04-22.  Its repo has since been
deleted, causing the build to fail:

https://github.com/rails/rails/runs/6162755138?check_suite_focus=true#step:1:31

Note that the current way to configure prebuilds appears to be through
GitHub's web UI:

https://docs.github.com/en/codespaces/prebuilding-your-codespaces/configuring-prebuilds
This commit is contained in:
Jonathan Hefner 2022-04-29 15:09:34 -05:00
parent 89471b2d7d
commit e3e27ebb83

View file

@ -1,16 +0,0 @@
name: prebuild codespaces
on:
push:
branches:
- main
jobs:
create_prebuild:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: github/codespaces-precache@v1.0.1
with:
regions: "WestUs2 EastUs WestEurope SouthEastAsia"
sku_name: largePremiumLinux
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}