Skip to content

Commit

Permalink
[TEMP] Using SHA from CCCL PR. Update when merged.
Browse files Browse the repository at this point in the history
  • Loading branch information
alliepiper committed May 4, 2024
1 parent bff1f8b commit ab955b9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-workflow-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: actions/checkout@v3
- name: Build workflow
id: build-workflow
uses: NVIDIA/cccl/.github/actions/workflow-build@b3ef1e6a87e0eee7c382f5e6e474e9cfa1c44c36
uses: NVIDIA/cccl/.github/actions/workflow-build@fbd26456ac5cb6f48fc8c3c86fb59b93c24d1f45
with:
workflows: nightly

Expand All @@ -59,7 +59,7 @@ jobs:
fail-fast: false
matrix:
name: ${{ fromJSON(needs.build-workflow.outputs.workflow_keys) }}
uses: NVIDIA/cccl/.github/workflows/workflow-dispatch.yml@b3ef1e6a87e0eee7c382f5e6e474e9cfa1c44c36
uses: NVIDIA/cccl/.github/workflows/workflow-dispatch.yml@fbd26456ac5cb6f48fc8c3c86fb59b93c24d1f45
with:
name: ${{ matrix.name }}
jobs: ${{ toJSON(fromJSON(needs.build-workflow.outputs.workflow)[matrix.name]) }}
Expand All @@ -81,7 +81,7 @@ jobs:

- name: Check workflow success
id: check-workflow
uses: NVIDIA/cccl/.github/actions/workflow-results@b3ef1e6a87e0eee7c382f5e6e474e9cfa1c44c36
uses: NVIDIA/cccl/.github/actions/workflow-results@fbd26456ac5cb6f48fc8c3c86fb59b93c24d1f45

# Check all other job statuses. This job gates branch protection checks.
ci:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci-workflow-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- name: Build workflow
id: build-workflow
uses: NVIDIA/cccl/.github/actions/workflow-build@b3ef1e6a87e0eee7c382f5e6e474e9cfa1c44c36
uses: NVIDIA/cccl/.github/actions/workflow-build@fbd26456ac5cb6f48fc8c3c86fb59b93c24d1f45
with:
workflows: 'pull_request'

Expand All @@ -59,7 +59,7 @@ jobs:
fail-fast: false
matrix:
name: ${{ fromJSON(needs.build-workflow.outputs.workflow_keys) }}
uses: NVIDIA/cccl/.github/workflows/workflow-dispatch.yml@b3ef1e6a87e0eee7c382f5e6e474e9cfa1c44c36
uses: NVIDIA/cccl/.github/workflows/workflow-dispatch.yml@fbd26456ac5cb6f48fc8c3c86fb59b93c24d1f45
with:
name: ${{ matrix.name }}
jobs: ${{ toJSON(fromJSON(needs.build-workflow.outputs.workflow)[matrix.name]) }}
Expand All @@ -86,7 +86,7 @@ jobs:

- name: Check workflow success
id: check-workflow
uses: NVIDIA/cccl/.github/actions/workflow-results@b3ef1e6a87e0eee7c382f5e6e474e9cfa1c44c36
uses: NVIDIA/cccl/.github/actions/workflow-results@fbd26456ac5cb6f48fc8c3c86fb59b93c24d1f45
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
pr_number: ${{ fromJSON(steps.get-pr-info.outputs.pr-info).number }}
Expand Down

0 comments on commit ab955b9

Please sign in to comment.