Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
LoaderB0T committed Sep 28, 2024
1 parent 923abb0 commit e4adea0
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/workflows/test-results.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,24 @@ name: Test Results

on:
workflow_call:
permissions:
checks: write
# needed unless run with comment_mode: off
pull-requests: write
# only needed for private repository
contents: read
# only needed for private repository
issues: read
# required by download step to access artifacts API
actions: read

jobs:
test-results:
name: Test Results
runs-on: ubuntu-latest
if: github.event.workflow_run.conclusion != 'skipped'

permissions:
checks: write
# needed unless run with comment_mode: off
pull-requests: write
# only needed for private repository
contents: read
# only needed for private repository
issues: read
# required by download step to access artifacts API
actions: read

steps:
- name: Download and Extract Artifacts
env:
Expand Down

0 comments on commit e4adea0

Please sign in to comment.