We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c89f3f commit 795820bCopy full SHA for 795820b
.github/workflows/cflite_batch.yml
@@ -13,6 +13,7 @@ permissions: read-all
13
jobs:
14
BatchFuzzing:
15
runs-on: ubuntu-latest
16
+ if: ${{ github.repository == 'swiftwasm/WasmKit' }}
17
permissions:
18
security-events: write
19
strategy:
.github/workflows/cflite_cron.yml
@@ -8,6 +8,7 @@ permissions: read-all
8
9
Pruning:
10
11
12
steps:
- name: Build Fuzzers
id: build
@@ -27,6 +28,7 @@ jobs:
27
28
storage-repo-branch-coverage: gh-pages
29
Coverage:
30
31
32
33
34
0 commit comments