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 94ad53f commit a9b7123
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@95d97cf24b0d89e15bed2730fa165bb3ed98698d
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@95d97cf24b0d89e15bed2730fa165bb3ed98698d
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@95d97cf24b0d89e15bed2730fa165bb3ed98698d

# 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@95d97cf24b0d89e15bed2730fa165bb3ed98698d
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@95d97cf24b0d89e15bed2730fa165bb3ed98698d
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@95d97cf24b0d89e15bed2730fa165bb3ed98698d
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
pr_number: ${{ fromJSON(steps.get-pr-info.outputs.pr-info).number }}
Expand Down

0 comments on commit a9b7123

Please sign in to comment.