Run build message on PRs only
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
This commit is contained in:
parent
a602aac27d
commit
24ba5ea164
|
@ -359,6 +359,7 @@ jobs:
|
|||
path: tmp/result_files
|
||||
|
||||
- name: Build message
|
||||
if: env.PR_NUMBER != ''
|
||||
run: |
|
||||
BASEPATH="${{steps.testresults.outputs.download-path}}"
|
||||
|
||||
|
|
|
@ -497,6 +497,7 @@ jobs:
|
|||
path: tmp/result_files
|
||||
|
||||
- name: Build message
|
||||
if: env.PR_NUMBER != ''
|
||||
run: |
|
||||
BASEPATH="${{steps.testresults.outputs.download-path}}"
|
||||
|
||||
|
|
Loading…
Reference in New Issue