Merge all changes
This commit is contained in:
@@ -49,7 +49,7 @@ jobs:
|
||||
|
||||
detect:
|
||||
name: Detect Dead Paths
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ${{ vars.LINUX_RUNNER_LABEL || 'ubuntu-latest' }}
|
||||
outputs:
|
||||
has-new-dead-paths: ${{ steps.check.outputs.has_new_dead_paths }}
|
||||
new-dead-path-count: ${{ steps.check.outputs.new_count }}
|
||||
@@ -354,7 +354,7 @@ jobs:
|
||||
name: Post Report
|
||||
needs: detect
|
||||
if: github.event_name == 'pull_request' && always()
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ${{ vars.LINUX_RUNNER_LABEL || 'ubuntu-latest' }}
|
||||
permissions:
|
||||
pull-requests: write
|
||||
steps:
|
||||
@@ -436,3 +436,4 @@ jobs:
|
||||
body: body
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user