1
0
mirror of https://github.com/google/nomulus synced 2025-12-23 14:25:44 +00:00

Remove schedule CodeQL run (#2581)

This fails for me every day for some reason (starting about a month
ago). The same commit went through the workflow fine when the action was
triggered by a push.

I think there's no reason for us to have a cron run as the changes to the
master branch can only come from commit pushes.
This commit is contained in:
Lai Jiang
2024-10-02 11:29:55 -04:00
committed by GitHub
parent 7a4abd93dc
commit 0ef8984767

View File

@@ -6,8 +6,6 @@ on:
pull_request:
# The branches below must be a subset of the branches above
branches: [ 'master' ]
schedule:
- cron: '24 4 * * *'
jobs:
analyze: