mirror of
https://github.com/fsquillace/junest.git
synced 2026-01-23 02:34:30 +00:00
Add files via upload
This commit is contained in:
parent
f819431581
commit
e5e4a6555c
1 changed files with 12 additions and 0 deletions
12
.github/workflows/cronjob.yml
vendored
Normal file
12
.github/workflows/cronjob.yml
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
name: Github Action with a cronjob trigger
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
|
||||
jobs:
|
||||
cronjob-based-github-action:
|
||||
name: Cronjob based github action
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: gautamkrishnar/keepalive-workflow@v1 # using the workflow with default settings
|
||||
Loading…
Add table
Add a link
Reference in a new issue