Skip to content

Commit

Permalink
ci: Add nightly builds
Browse files Browse the repository at this point in the history
This should allow us to get ahead of any gem incompatabilities
  • Loading branch information
arielvalentin committed Apr 27, 2024
1 parent 8336dec commit cec79bb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-contrib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
pull_request:
branches:
- main
schedule:
- cron: "0 0 * * *"

jobs:
helpers:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci-instrumentation-with-services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
pull_request:
branches:
- main
schedule:
- cron: "0 0 * * *"

jobs:
instrumentation_with_services:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci-instrumentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
pull_request:
branches:
- main
schedule:
- cron: "0 0 * * *"

jobs:
instrumentation:
Expand Down

0 comments on commit cec79bb

Please sign in to comment.