Skip to content

Commit

Permalink
. e add cron run
Browse files Browse the repository at this point in the history
  • Loading branch information
isidore authored Oct 29, 2023
1 parent a10cac1 commit bec23f9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: test

on: [push]

on:
push:
workflow_dispatch:
schedule:
- cron: '15 3 1 * *' # <https://crontab.guru/#45_16_*_*_0>
jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit bec23f9

Please sign in to comment.