Skip to content

Commit 855bc54

Browse files
authored
Merge pull request #31 from thin-edge/ci-fix-approve-job-dep
ci: fix job dependency to approve
2 parents aaaeff9 + 65b65f4 commit 855bc54

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424

2525
test:
2626
name: Test
27+
needs: [approve]
2728
environment:
2829
name: Test Auto
2930
runs-on: ubuntu-latest
@@ -108,8 +109,11 @@ jobs:
108109
generate_report:
109110
name: Publish report
110111
if: ${{ always() && github.event_name == 'pull_request_target' }}
112+
continue-on-error: true
111113
needs: [test]
112114
runs-on: ubuntu-latest
115+
permissions:
116+
pull-requests: write
113117
steps:
114118
- uses: actions/checkout@v4
115119
- name: Download reports

0 commit comments

Comments
 (0)