Skip to content

Commit

Permalink
Check if latest nightly succeeded.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Dec 13, 2024
1 parent 8a3e5f1 commit 40af9b5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,13 @@ jobs:
- name: Telemetry setup
if: ${{ vars.TELEMETRY_ENABLED == 'true' }}
uses: rapidsai/shared-actions/telemetry-dispatch-stash-base-env-vars@main
check-nightly-ci:
runs-on: rapidsai/ci-wheel:latest # To make sure Python is available with setup-python
env:
RAPIDS_GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Check if nightly CI is passing
uses: rapidsai/shared-actions/check_nightly_success/check-nightly-success@feat/check_nightly_success
changed-files:
secrets: inherit
needs: telemetry-setup
Expand Down

0 comments on commit 40af9b5

Please sign in to comment.