Skip to content

Commit 2f2152a

Browse files
authored
Merge branch 'OptimumCode:main' into main
2 parents b144958 + f4d028c commit 2f2152a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pr-compliance-check.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request_target:
55
workflow_run:
66
workflows: ['Run tests for PR']
7-
types: [completed]
7+
types: [requested, completed]
88

99
concurrency:
1010
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.event.workflow_run.pull_requests[0].number }}
@@ -26,6 +26,7 @@ jobs:
2626
steps:
2727
- name: 'Checkout Repository'
2828
uses: actions/checkout@v4
29+
- run: echo "${{ toJson(github.event) }}"
2930
- name: Download benchmark results
3031
uses: dawidd6/action-download-artifact@v6
3132
with:

0 commit comments

Comments
 (0)