1 parent b1cd917 commit f03284cCopy full SHA for f03284c
3 files changed
.github/workflows/membrowse-comment.yml
@@ -10,6 +10,7 @@ jobs:
10
comment:
11
runs-on: ubuntu-22.04
12
if: >
13
+ github.repository == 'RT-Thread/rt-thread' &&
14
github.event.workflow_run.event == 'pull_request' &&
15
github.event.workflow_run.conclusion != 'cancelled' &&
16
github.event.workflow_run.conclusion != 'skipped'
.github/workflows/membrowse-onboard.yml
@@ -11,6 +11,7 @@ on:
jobs:
load-targets:
+ if: ${{ github.repository == 'RT-Thread/rt-thread' }}
outputs:
17
matrix: ${{ steps.set-matrix.outputs.matrix }}
.github/workflows/membrowse-report.yml
@@ -38,6 +38,7 @@ concurrency:
38
39
40
41
42
43
44
0 commit comments