Skip to content

Commit dc6e063

Browse files
committed
only on push
Signed-off-by: Anas Nashif <[email protected]>
1 parent 843afbb commit dc6e063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/twister.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ jobs:
361361
junit.xml
362362
363363
- name: Upload test results to Codecov
364-
if: ${{ !cancelled() }}
364+
if: ${{ !cancelled() && (github.event_name == 'push') }}
365365
uses: codecov/test-results-action@v1
366366
with:
367367
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)