We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aaaeff9 + 65b65f4 commit 855bc54Copy full SHA for 855bc54
.github/workflows/test.yaml
@@ -24,6 +24,7 @@ jobs:
24
25
test:
26
name: Test
27
+ needs: [approve]
28
environment:
29
name: Test Auto
30
runs-on: ubuntu-latest
@@ -108,8 +109,11 @@ jobs:
108
109
generate_report:
110
name: Publish report
111
if: ${{ always() && github.event_name == 'pull_request_target' }}
112
+ continue-on-error: true
113
needs: [test]
114
115
+ permissions:
116
+ pull-requests: write
117
steps:
118
- uses: actions/checkout@v4
119
- name: Download reports
0 commit comments