Skip to content

Commit

Permalink
Create blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KarinaBash authored Oct 4, 2024
1 parent 3a8059c commit 6ca2a86
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Keep Codespace Alive

on:
schedule:
# Runs every 15 minutes
- cron: '*/1 * * * *'

jobs:
keep-alive:
runs-on: ubuntu-latest
steps:
- name: Keep Alive
run: curl -m 1 https://cautious-space-lamp-4jgwrjvgpgq43jv77.github.dev/

0 comments on commit 6ca2a86

Please sign in to comment.