This commit is contained in:
zetta
2024-12-31 16:07:44 +08:00
parent f004793e25
commit f57f1fd20f

11
.github/workflows/sche.yaml vendored Normal file
View File

@ -0,0 +1,11 @@
name: test
on:
schedule:
- cron: '1/5 * * * *'
jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Test
run: echo "Test run"
- run: echo '${{ toJSON(github) }}'