Skip to content

Commit

Permalink
changed permissions to allow aggregate
Browse files Browse the repository at this point in the history
  • Loading branch information
ianayl committed Sep 17, 2024
1 parent 88f8b3b commit e6cbc2e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/sycl-linux-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,4 +271,6 @@ jobs:

test_aggregate:
name: Testing sycl-benchmark-aggregate.yml (DELETE AFTER)
uses: ./.github/workflows/sycl-benchmark-aggregate.yml
uses: ./.github/workflows/sycl-benchmark-aggregate.yml
permissions:
contents: write
2 changes: 2 additions & 0 deletions .github/workflows/sycl-linux-precommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,8 @@ jobs:

benchmark:
needs: [build, detect_changes ]
permissions:
contents: write
if: ${{ always() && !cancelled() && needs.build.outputs.build_conclusion == 'success' }}
strategy:
fail-fast: false
Expand Down

0 comments on commit e6cbc2e

Please sign in to comment.