Skip to content

Commit

Permalink
Merge pull request #30 from JuliaORNL/Update-ci
Browse files Browse the repository at this point in the history
CI AMD: Use my rebuild of github-status-action
  • Loading branch information
Geekdude authored Feb 14, 2024
2 parents 3c9e978 + 36a1473 commit d60fc79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-gpu-AMD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
# just like any other third-party service
- name: Create PR status
if: steps.check.outputs.triggered == 'true'
uses: guibranco/[email protected]
uses: geekdude/[email protected]
with:
authToken: ${{ secrets.GITHUB_TOKEN }}
context: "ci-gpu-AMD ${{ matrix.jobname }}"
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:

- name: Report PR status
if: always() && steps.check.outputs.triggered == 'true'
uses: guibranco/[email protected]
uses: geekdude/[email protected]
with:
authToken: ${{ secrets.GITHUB_TOKEN }}
context: "ci-GPU-AMD ${{matrix.jobname}}"
Expand Down

0 comments on commit d60fc79

Please sign in to comment.