You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/10/01 11:18:25 UTC

[GitHub] [airflow] kaxil commented on a change in pull request #11211: Add Github Code Scanning

kaxil commented on a change in pull request #11211:
URL: https://github.com/apache/airflow/pull/11211#discussion_r498167461



##########
File path: .github/workflows/codeql-analysis.yml
##########
@@ -0,0 +1,66 @@
+name: "CodeQL"
+
+on:
+  push:
+    branches: [master]
+  pull_request:
+    # The branches below must be a subset of the branches above
+    branches: [master]
+  schedule:
+    - cron: '0 17 * * 3'

Review comment:
       I don't think we need to run it on a Schedule

##########
File path: .github/workflows/codeql-analysis.yml
##########
@@ -0,0 +1,66 @@
+name: "CodeQL"
+
+on:
+  push:
+    branches: [master]
+  pull_request:
+    # The branches below must be a subset of the branches above
+    branches: [master]
+  schedule:
+    - cron: '0 17 * * 3'

Review comment:
       Running it on PRs and Master would suffice




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org