Skip to content

Commit

Permalink
Run Github actions nightly. (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
fruffy authored Oct 2, 2023
1 parent 82a8acb commit 70e1632
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
branches: [ master ]
pull_request:
branches: [ master ]
schedule:
- cron: "0 0 * * *"
jobs:
build:
runs-on: ubuntu-20.04
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/cpplint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
branches: [ master ]
pull_request:
branches: [ master ]
schedule:
- cron: "0 0 * * *"

jobs:
cpplint:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test_pruner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
branches: [ master ]
pull_request:
branches: [ master ]
schedule:
- cron: "0 0 * * *"

jobs:
test-pruner:
runs-on: ubuntu-20.04
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test_validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
branches: [ master ]
pull_request:
branches: [ master ]
schedule:
- cron: "0 0 * * *"

jobs:
test-validate:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 70e1632

Please sign in to comment.