Skip to content

Commit

Permalink
SYCL CI: Re-enable Codeplay plugins (AMReX-Codes#4253)
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiqunZhang authored Dec 2, 2024
1 parent c186f84 commit eebfeb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
name: oneAPI SYCL for Nvidia GPUs [tests w/ EB]
runs-on: ubuntu-latest
needs: check_changes
if: false && needs.check_changes.outputs.has_non_docs_changes == 'true'
if: needs.check_changes.outputs.has_non_docs_changes == 'true'
steps:
- uses: actions/checkout@v4
- name: Dependencies
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
name: oneAPI SYCL for AMD GPUs
runs-on: ubuntu-20.04
needs: check_changes
if: false && needs.check_changes.outputs.has_non_docs_changes == 'true'
if: needs.check_changes.outputs.has_non_docs_changes == 'true'
steps:
- uses: actions/checkout@v4
- name: Dependencies
Expand Down

0 comments on commit eebfeb3

Please sign in to comment.