Skip to content

Commit

Permalink
Fix leftover chars
Browse files Browse the repository at this point in the history
  • Loading branch information
ianayl committed Sep 13, 2024
1 parent ab17254 commit 45a93ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sycl-linux-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ jobs:
with:
name: ${{ inputs.sycl_toolchain_artifact || 'sycl_linux_benchmark_ver' }}
- name: Download SYCL toolchain [workflow_run]
if: && github.event_name == 'workflow_run'
if: github.event_name == 'workflow_run'
uses: actions/github-script@v7
with:
script: |
Expand Down

0 comments on commit 45a93ba

Please sign in to comment.