mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
simplify building of fuzzer
PiperOrigin-RevId: 545950923
This commit is contained in:
committed by
Evgenii Kliuchnikov
parent
413b098564
commit
70e7b1ae4a
4
.github/workflows/codeql.yml
vendored
4
.github/workflows/codeql.yml
vendored
@@ -9,6 +9,10 @@ on:
|
||||
schedule:
|
||||
- cron: '18 15 * * 0'
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
|
||||
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
|
||||
|
||||
jobs:
|
||||
analyze:
|
||||
name: Analyze
|
||||
|
||||
Reference in New Issue
Block a user