diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index f24b422..9cd7ae7 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -16,8 +16,8 @@ on: branches: [ "main" ] pull_request: branches: [ "main" ] - schedule: - - cron: '0 0 * * *' +# schedule: +# - cron: '0 0 * * *' jobs: analyze: diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 317d2d8..9b9d97e 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -5,8 +5,8 @@ on: branches: [ "main" ] pull_request: branches: [ "main" ] - schedule: - - cron: '0 0 * * *' +# schedule: +# - cron: '0 0 * * *' permissions: contents: read