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 d17ad86 + 13155ba commit 25abe19Copy full SHA for 25abe19
1 file changed
.github/workflows/docker_pr_receive.yaml
@@ -227,7 +227,13 @@ jobs:
227
run: sandpaper::reset_site()
228
shell: Rscript {0}
229
230
- - name: "Trigger PR checks"
+ pr-checks:
231
+ name: "Trigger PR Checks"
232
+ needs: test-pr
233
+ runs-on: ubuntu-latest
234
+ if: ${{ needs.test-pr.outputs.is_valid == 'true' }}
235
+ steps:
236
+ - name: "Trigger PR Checks"
237
env:
238
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
239
run: |
0 commit comments