diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index af8a19b..fb74357 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -12,12 +12,13 @@ name: "CodeQL Advanced" on: - push: - branches: [ "master" ] - pull_request: - branches: [ "master" ] - schedule: - - cron: '37 12 * * 4' + # push: + # branches: [ "master" ] + # pull_request: + # branches: [ "master" ] + # schedule: + # - cron: '37 12 * * 4' + workflow_dispatch: jobs: analyze: diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index aeb95fe..f771a7e 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -10,13 +10,14 @@ name: ESLint on: - push: - branches: [ "master" ] - pull_request: - # The branches below must be a subset of the branches above - branches: [ "master" ] - schedule: - - cron: '30 20 * * 4' + # push: + # branches: [ "master" ] + # pull_request: + # # The branches below must be a subset of the branches above + # branches: [ "master" ] + # schedule: + # - cron: '30 20 * * 4' + workflow_dispatch: jobs: eslint: