Skip to content

Commit bdf543e

Browse files
authored
Update themes-screenshot-on-push.yml
1 parent 5155be0 commit bdf543e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/themes-screenshot-on-push.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ on:
88

99
jobs:
1010
system-monitor-theme-screenshot:
11-
11+
12+
# Don't run this action on forked repositories to avoid conflicts in PR...
13+
if: github.repository == 'mathoudebine/turing-smart-screen-python'
14+
1215
runs-on: ubuntu-latest
1316

1417
permissions:

0 commit comments

Comments
 (0)