Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/cflite_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@
name: Testing in ClusterFuzzLite (PR)

on:
push:
branches:
- 'master'
pull_request:
types: [opened, reopened, synchronize, labeled]
types: [opened, reopened, synchronize]
paths-ignore:
- 'cmake/BuildLua.cmake'
- 'README.md'
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@ name: Static analysis

on:
push:
branches:
- 'master'
pull_request:
types: [opened, reopened, synchronize]
paths:
- '**.lua'
- 'CMakePresets.json'

jobs:
cmake-presets:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/oss-fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ on:
push:
branches:
- 'master'
pull_request:
types: [opened, reopened, synchronize]
paths:
- '.github/workflows/**'
- '.github/workflows/oss-fuzz.yml'
# Lua is not supported by OSS Fuzz,
# https://github.com/google/oss-fuzz/issues/13782.
- 'tests/capi/**'
- 'cmake/**'
- 'CMakeLists.txt'
pull_request:
types: [opened, reopened, synchronize, labeled]

concurrency:
# Update of a developer branch cancels the previously scheduled workflow
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ name: Testing

on:
push:
branches:
- 'master'
pull_request:
types: [opened, reopened, synchronize]

concurrency:
# Update of a developer branch cancels the previously scheduled workflow
Expand Down