ci: standalone PR awareness workflow (decouple from pr-test reusable chain) (#25387)
This commit is contained in:
@@ -63,7 +63,7 @@ permissions:
|
||||
actions: write
|
||||
contents: read
|
||||
issues: read
|
||||
pull-requests: write
|
||||
pull-requests: read
|
||||
|
||||
jobs:
|
||||
# =============================================== check changes ====================================================
|
||||
@@ -75,16 +75,6 @@ jobs:
|
||||
force_continue_on_error: ${{ inputs.force_continue_on_error == true }}
|
||||
secrets: inherit
|
||||
|
||||
# Runs right after check-changes so the awareness block is injected ~30s in
|
||||
# rather than waiting for downstream stages.
|
||||
call-pr-awareness:
|
||||
needs: check-changes
|
||||
if: always() && github.event_name == 'pull_request'
|
||||
uses: ./.github/workflows/_pr-awareness-comment.yml
|
||||
with:
|
||||
workflow_kind: pr-test
|
||||
secrets: inherit
|
||||
|
||||
call-pr-test-extra:
|
||||
if: github.event_name == 'schedule' || inputs.test_parallel_dispatch == true
|
||||
uses: ./.github/workflows/pr-test-extra.yml
|
||||
|
||||
Reference in New Issue
Block a user