Skip to content

Commit

Permalink
Merge pull request #905 from fkie-cad/add_time_based_ci_build_trigger
Browse files Browse the repository at this point in the history
add time based ci build at 03:00am UTC each night
  • Loading branch information
rhelmke authored Nov 15, 2022
2 parents 5e1f1ec + 47f5fcf commit eac40d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ run-name: Build CI
on:
pull_request:
branches: [ master ]
schedule:
- cron: "0 3 * * *"
workflow_dispatch:

jobs:
Expand Down

0 comments on commit eac40d5

Please sign in to comment.