Skip to content

Commit a997c9e

Browse files
authored
Disable release pipelines for clones (#43)
1 parent 4a3702b commit a997c9e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/release-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66

77
jobs:
88
build:
9+
if: github.repository_owner == 'memiiso'
910
runs-on: ubuntu-latest
1011
strategy:
1112
matrix:

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
jobs:
99
build:
10+
if: github.repository_owner == 'memiiso'
1011
runs-on: ubuntu-latest
1112
strategy:
1213
matrix:

0 commit comments

Comments
 (0)