|
|
@ -12,9 +12,9 @@ permissions: |
|
|
jobs: |
|
|
jobs: |
|
|
success: |
|
|
success: |
|
|
permissions: |
|
|
permissions: |
|
|
actions: read # for dawidd6/action-download-artifact to query and download artifacts |
|
|
actions: read # for dawidd6/action-download-artifact to query and download artifacts |
|
|
issues: write # for actions-cool/maintain-one-comment to modify or create issue comments |
|
|
issues: write # for actions-cool/maintain-one-comment to modify or create issue comments |
|
|
pull-requests: write # for actions-cool/maintain-one-comment to modify or create PR comments |
|
|
pull-requests: write # for actions-cool/maintain-one-comment to modify or create PR comments |
|
|
runs-on: ubuntu-latest |
|
|
runs-on: ubuntu-latest |
|
|
if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success' |
|
|
if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success' |
|
|
steps: |
|
|
steps: |
|
|
@ -70,9 +70,9 @@ jobs: |
|
|
|
|
|
|
|
|
failed: |
|
|
failed: |
|
|
permissions: |
|
|
permissions: |
|
|
actions: read # for dawidd6/action-download-artifact to query and download artifacts |
|
|
actions: read # for dawidd6/action-download-artifact to query and download artifacts |
|
|
issues: write # for actions-cool/maintain-one-comment to modify or create issue comments |
|
|
issues: write # for actions-cool/maintain-one-comment to modify or create issue comments |
|
|
pull-requests: write # for actions-cool/maintain-one-comment to modify or create PR comments |
|
|
pull-requests: write # for actions-cool/maintain-one-comment to modify or create PR comments |
|
|
runs-on: ubuntu-latest |
|
|
runs-on: ubuntu-latest |
|
|
if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'failure' |
|
|
if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'failure' |
|
|
steps: |
|
|
steps: |
|
|
|