Skip to content

Commit 795820b

Browse files
CI: Skip periodic workflows on forked repositories
1 parent 3c89f3f commit 795820b

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/cflite_batch.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ permissions: read-all
1313
jobs:
1414
BatchFuzzing:
1515
runs-on: ubuntu-latest
16+
if: ${{ github.repository == 'swiftwasm/WasmKit' }}
1617
permissions:
1718
security-events: write
1819
strategy:

.github/workflows/cflite_cron.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ permissions: read-all
88
jobs:
99
Pruning:
1010
runs-on: ubuntu-latest
11+
if: ${{ github.repository == 'swiftwasm/WasmKit' }}
1112
steps:
1213
- name: Build Fuzzers
1314
id: build
@@ -27,6 +28,7 @@ jobs:
2728
storage-repo-branch-coverage: gh-pages
2829
Coverage:
2930
runs-on: ubuntu-latest
31+
if: ${{ github.repository == 'swiftwasm/WasmKit' }}
3032
steps:
3133
- name: Build Fuzzers
3234
id: build

0 commit comments

Comments
 (0)