@ -2,6 +2,9 @@
# https://google.github.io/oss-fuzz/getting-started/continuous-integration/
name: CIFuzz
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
pull_request:
paths-ignore:
@ -5,6 +5,10 @@
# or to provide custom queries or build logic.
name: "CodeQL"
push:
branches: [0.27-maintenance, main]
@ -6,6 +6,10 @@ on:
schedule:
- cron: 0 4 * * *
name: Nightly - Linux distributions
jobs:
@ -4,6 +4,10 @@
name: On PRs - Linux-Ubuntu Quick Fuzz
@ -1,5 +1,9 @@
name: On PRs - Linux-Ubuntu Matrix
name: On PRs - Linux Special Builds
workflow_dispatch:
name: On PRs - Linux - Static Analysis
name: On PRs - Mac Matrix
name: On PRs - Mac Special Builds
name: On PRs - Windows Matrix
@ -8,6 +8,10 @@ on:
- "*.md"
name: On PUSH - Basic CI for main platforms
name: On PUSH - Linux Special Builds for main branch
branches:
@ -1,4 +1,7 @@
name: Clang Format Checker
on: [push, pull_request]
clang-format-checking:
name: Release
tags: