diff options
| author | XhmikosR <[email protected]> | 2020-05-04 19:24:26 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2020-05-07 09:31:49 +0300 |
| commit | d8691fcd5a178dc0d7e32186b61cce744af170c9 (patch) | |
| tree | 0a371ded57d542c8ca927fb5a04faf53acfb21ce /.github/workflows/codeql.yml | |
| parent | 566c829a1cbf4d5c570d7e46722b6acc18cba70f (diff) | |
| download | bootstrap-d8691fcd5a178dc0d7e32186b61cce744af170c9.tar.xz bootstrap-d8691fcd5a178dc0d7e32186b61cce744af170c9.zip | |
Update codeql.yml (#30719)
Remove `pull_request` event since it's not supported.
Diffstat (limited to '.github/workflows/codeql.yml')
| -rw-r--r-- | .github/workflows/codeql.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 8cc48e587..f73166cc1 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -2,7 +2,6 @@ name: "Code Scanning - Action" on: push: - pull_request: schedule: - cron: "0 0 * * 0" |
