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 b144958 + f4d028c commit 2f2152aCopy full SHA for 2f2152a
.github/workflows/pr-compliance-check.yml
@@ -4,7 +4,7 @@ on:
4
pull_request_target:
5
workflow_run:
6
workflows: ['Run tests for PR']
7
- types: [completed]
+ types: [requested, completed]
8
9
concurrency:
10
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.event.workflow_run.pull_requests[0].number }}
@@ -26,6 +26,7 @@ jobs:
26
steps:
27
- name: 'Checkout Repository'
28
uses: actions/checkout@v4
29
+ - run: echo "${{ toJson(github.event) }}"
30
- name: Download benchmark results
31
uses: dawidd6/action-download-artifact@v6
32
with:
0 commit comments