Browse Source

fix a syntax error

Yuki Takei 5 năm trước cách đây
mục cha
commit
9019381907

+ 1 - 1
.github/workflows/codeql-analysis.yml

@@ -17,7 +17,7 @@ on:
   pull_request:
   pull_request:
     # The branches below must be a subset of the branches above
     # The branches below must be a subset of the branches above
     branches: [ master ]
     branches: [ master ]
-  # schedule:
+  schedule:
     - cron: '28 20 * * 6'
     - cron: '28 20 * * 6'
 
 
 jobs:
 jobs: