Skip to content

Commit

Permalink
ci: trigger ci every 3 days
Browse files Browse the repository at this point in the history
This repo is not actively updated, so we need to check whether it can work with latest sdk commits by checking build status in every 3 days using master and develop branch of Nuclei SDK.
  • Loading branch information
fanghuaqi authored Dec 9, 2024
1 parent 2b8ce19 commit e3f8d3f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ on:
paths:
- "*"

schedule:
- cron: '0 0 */3 * *'

jobs:
build:
name: build flashloader
Expand Down

0 comments on commit e3f8d3f

Please sign in to comment.