Skip to content

Commit 59638ff

Browse files
authored
Merge pull request #26 from yungyuc/feature/ghaction-turn-off-schedule-on-fork
Turn off scheduled Github Actions in forked repository
2 parents fb9d9c9 + 7994702 commit 59638ff

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/modmesh_install.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
jobs:
1010
build:
1111

12+
if: ${{ github.event_name != '' || github.repository_owner == 'solvcon' }}
13+
1214
runs-on: ${{ matrix.os }}
1315

1416
strategy:

.github/workflows/modmesh_pytest.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
jobs:
1010
build:
1111

12+
if: ${{ github.event_name != '' || github.repository_owner == 'solvcon' }}
13+
1214
runs-on: ${{ matrix.os }}
1315

1416
strategy:

0 commit comments

Comments
 (0)