Run build message on PRs only

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
This commit is contained in:
ItalyPaleAle 2022-10-05 22:11:45 +00:00
parent a602aac27d
commit 24ba5ea164
2 changed files with 2 additions and 0 deletions

View File

@ -359,6 +359,7 @@ jobs:
path: tmp/result_files
- name: Build message
if: env.PR_NUMBER != ''
run: |
BASEPATH="${{steps.testresults.outputs.download-path}}"

View File

@ -497,6 +497,7 @@ jobs:
path: tmp/result_files
- name: Build message
if: env.PR_NUMBER != ''
run: |
BASEPATH="${{steps.testresults.outputs.download-path}}"