Skip external server and codeql cron tests on forks (#10204)

keep the push triggers for all repos, but run the scheduled ones only on redis/redis
This commit is contained in:
Ozan Tezcan
2022-01-29 19:02:35 +02:00
committed by GitHub
parent 75a950cb93
commit 2d391e62bd
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -11,6 +11,7 @@ jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
if: github.event_name != 'schedule' || github.repository == 'redis/redis'
strategy:
fail-fast: false