diff options
| author | XhmikosR <[email protected]> | 2020-05-04 19:24:26 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-05-04 19:24:26 +0300 |
| commit | 9e8d6ba3f84a9676bc1fe47ceeee68467c0c7ffe (patch) | |
| tree | 86c64c03f3f0c8aa9808ad849e2dfb6a34a949b2 /.github | |
| parent | 1f531a65834e3e850b46045356b590beb2f96ce9 (diff) | |
| download | bootstrap-9e8d6ba3f84a9676bc1fe47ceeee68467c0c7ffe.tar.xz bootstrap-9e8d6ba3f84a9676bc1fe47ceeee68467c0c7ffe.zip | |
Update codeql.yml (#30719)
Remove `pull_request` event since it's not supported.
Diffstat (limited to '.github')
| -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" |
