Skip to content

Commit

Permalink
switch devcloud benchmark runner to self hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
rscohn2 committed Nov 6, 2023
1 parent 9fd9ca8 commit 6ad80e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/devcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
publish:
needs: [devcloud]
runs-on: ubuntu-latest
runs-on: ${{ github.repository_owner == 'oneapi-src' && 'intel-ubuntu-latest' || 'ubuntu-latest' }}
if: ${{ github.ref == 'refs/heads/main' }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 6ad80e7

Please sign in to comment.