Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/pr-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
# Trigger when a check suite is completed (GitHub actions and CodeCov create checks)
check_suite:
types: [completed]

##Whatever 10
jobs:
download-if-workflow-run:
runs-on: ubuntu-latest
Expand All @@ -34,6 +34,7 @@ jobs:
- name: 'Download workflow_run artifact'
if: github.event_name == 'workflow_run'
uses: dawidd6/action-download-artifact@v11
continue-on-error: true
with:
run_id: ${{ github.event.workflow_run.id }}
name: pr_info
Expand Down
Loading