Skip to content

Keep Codespace Alive #431

Keep Codespace Alive

Keep Codespace Alive #431

Workflow file for this run

name: Keep Codespace Alive
on:
schedule:
- cron: '0 */6 * * *' # 每6小时运行一次
jobs:
keep-alive:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Keep Codespace Alive
run: echo "Keeping Codespace Alive"