Преглед изворни кода

github: disable CodeQL scan for pull requests [skip ci]

job is failling due to "java.io.IOException: No space left on device"
Victor Seva пре 1 година
родитељ
комит
70ff7c298f
1 измењених фајлова са 0 додато и 2 уклоњено
  1. 0 2
      .github/workflows/codeql.yml

+ 0 - 2
.github/workflows/codeql.yml

@@ -1,8 +1,6 @@
 name: "CodeQL"
 
 on:
-  pull_request:
-    branches: [ "master" ]
   schedule:
     - cron: "30 0 * * *"
   # Allows you to run this workflow manually from the Actions tab