This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit a5d2650fec4b816803dbbe981924c9df5eb258f7 Author: Jarek Potiuk <[email protected]> AuthorDate: Tue Nov 17 17:37:46 2020 +0100 Remove CodeQL from PRS. (#12406) As discussed in https://lists.apache.org/thread.html/r18cc605bbdb6695c1d31e0706f1b033401f6fa6a19cd0584d7be6cc9%40%3Cdev.airflow.apache.org%3E removing CodeQL from PRs. (cherry picked from commit 525f6594d20d7032700cafe87a4f01a8c9ba8d23) --- .github/workflows/codeql-analysis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 4229e05..e0178bf 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -21,8 +21,6 @@ name: "CodeQL" on: # yamllint disable-line rule:truthy push: branches: [master] - pull_request: - branches: [master] schedule: - cron: '0 2 * * *'
