Skip to content

Commit

Permalink
move pr-builder to top of jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
msarahan committed Nov 15, 2024
1 parent 53d73d3 commit e6c49e2
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,7 @@ concurrency:
cancel-in-progress: true

jobs:
telemetry-setup:
runs-on: ubuntu-latest
continue-on-error: true
env:
OTEL_SERVICE_NAME: "pr-cugraph"
steps:
- name: Telemetry setup
uses: rapidsai/shared-actions/telemetry-dispatch-stash-base-env-vars@main
# Please keep pr-builder as the top job here
pr-builder:
needs:
- changed-files
Expand All @@ -42,6 +35,14 @@ jobs:
if: always()
with:
needs: ${{ toJSON(needs) }}
telemetry-setup:
runs-on: ubuntu-latest
continue-on-error: true
env:
OTEL_SERVICE_NAME: "pr-cugraph"
steps:
- name: Telemetry setup
uses: rapidsai/shared-actions/telemetry-dispatch-stash-base-env-vars@main
changed-files:
secrets: inherit
needs: telemetry-setup
Expand Down

0 comments on commit e6c49e2

Please sign in to comment.