diff options
author | vanhauser-thc <vh@thc.org> | 2021-03-05 18:24:24 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-03-05 18:24:41 +0100 |
commit | c9819e3b94796e22546596d1c16c9e89ce272e35 (patch) | |
tree | d520889a8b77e310b269d6a82a0aa33a86b8adab | |
parent | 16d6f35aa6f968d6dbdd2005e8fa140955815837 (diff) | |
download | afl++-c9819e3b94796e22546596d1c16c9e89ce272e35.tar.gz |
reduce github action minutes
-rw-r--r-- | .github/workflows/ci.yml | 4 | ||||
-rw-r--r-- | .github/workflows/codeql-analysis.yml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 31cfceaf..8412fcbb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,8 +3,8 @@ name: CI on: push: branches: [ stable, dev ] - pull_request: - branches: [ stable, dev ] +# pull_request: +# branches: [ stable, dev ] jobs: build: diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index eda8dfd0..e6c166f2 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -3,8 +3,8 @@ name: "CodeQL" on: push: branches: [ stable, dev ] - pull_request: - branches: [ stable, dev ] +# pull_request: +# branches: [ stable, dev ] jobs: analyze: |