Skip to content

Commit

Permalink
Run CI every day at midnight to cover new Serverless releases
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Jul 5, 2021
1 parent 1d5f71c commit 26a2649
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches: [ master ]
pull_request:
schedule:
- cron: '0 0 * * *'

jobs:
unit-tests:
Expand Down

1 comment on commit 26a2649

@mnapoli
Copy link
Member Author

@mnapoli mnapoli commented on 26a2649 Jul 5, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI @fredericbarthelet I've pushed this. I know we discussed having jobs auto-triggered on new Serverless releases, but in the meantime that's a workaround.

Please sign in to comment.