Skip to content

Commit 29fb06a

Browse files
authored
fix(ci): prevent pr info job from running on non-PR events (#924)
Signed-off-by: Maksim Fedotov <maksim.fedotov@flant.com>
1 parent 1574f01 commit 29fb06a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/dev_module_build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,7 @@ jobs:
339339

340340
pull_request_info:
341341
name: Get PR info
342+
if: ${{ github.event_name == 'pull_request' }}
342343
runs-on: ubuntu-latest
343344
outputs:
344345
labels: ${{ steps.pr_labels.outputs.labels }}

0 commit comments

Comments
 (0)