Skip to content

Commit

Permalink
run the periodic ci when the workflow is updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Baptouuuu committed Jun 17, 2024
1 parent 99bbd3d commit 0c2d74e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/periodic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Periodic CI
on:
schedule:
- cron: '0 1 * * 1'
push:
paths:
- '.github/workflows/periodic.yml'

jobs:
blackbox:
Expand Down

0 comments on commit 0c2d74e

Please sign in to comment.