Skip to content

Commit

Permalink
ci: Add nightly builds (#948)
Browse files Browse the repository at this point in the history
* ci: Add nightly builds

This should allow us to get ahead of any gem incompatabilities

* squash: remove unused action
  • Loading branch information
arielvalentin authored May 1, 2024
1 parent 5776b35 commit 10e766e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 175 deletions.
175 changes: 0 additions & 175 deletions .github/workflows/ci-contrib-canary.yml

This file was deleted.

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 * * *"

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }} # Ensure that only one instance of this workflow is running per Pull Request
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 * * *"

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }} # Ensure that only one instance of this workflow is running per Pull Request
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 * * *"

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }} # Ensure that only one instance of this workflow is running per Pull Request
Expand Down

0 comments on commit 10e766e

Please sign in to comment.