Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rscohn2 committed May 31, 2024
1 parent 1738063 commit b034650
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:

jobs:
unit-tests:
runs-on: intel-ubuntu-latest
runs-on: ubuntu-latest
# One runner for each domain
strategy:
matrix:
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
- 'src/${{ matrix.domain}}/**'
- 'tests/unit_tests/${{ matrix.domain }}/**'
- CMakeLists.txt
# - '.github/workflows/**'
- '.github/workflows/**'
- name: Install oneapi
if: steps.changes.outputs.src == 'true'
uses: rscohn2/setup-oneapi@2ad0cf6b74bc2426bdcee825cf88f9db719dd727 # v0.1.0
Expand Down
Empty file removed src/dft/DO_NOT_COMMIT.txt
Empty file.
1 change: 0 additions & 1 deletion tests/unit_tests/rng/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Do not commit
#===============================================================================
# Copyright 2020-2021 Intel Corporation
#
Expand Down

0 comments on commit b034650

Please sign in to comment.