Skip to content

Commit

Permalink
Merge pull request #10 from ami-iit/Giulero-periodic-action
Browse files Browse the repository at this point in the history
Update tests.yml
  • Loading branch information
Giulero authored Jun 9, 2023
2 parents 375e7c9 + f56be83 commit ea55d1f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: liecasadi
on:
push:
pull_request:
schedule:
# * is a special character in YAML so you have to quote this string
# Execute a "nightly" build at 2 AM UTC
- cron: '0 2 * * *'

jobs:
build:
Expand Down

0 comments on commit ea55d1f

Please sign in to comment.