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.
1 parent 8400b2b commit 1b0a6e2Copy full SHA for 1b0a6e2
.github/workflows/pr-linter.yml
@@ -34,6 +34,7 @@ jobs:
34
- name: 'Download workflow_run artifact'
35
if: github.event_name == 'workflow_run'
36
uses: dawidd6/action-download-artifact@v11
37
+ continue-on-error: true
38
with:
39
run_id: ${{ github.event.workflow_run.id }}
40
name: pr_info
0 commit comments