diff --git a/.github/workflows/lint-shell.yml b/.github/workflows/lint-shell.yml index d3971285c..f0bdedea3 100644 --- a/.github/workflows/lint-shell.yml +++ b/.github/workflows/lint-shell.yml @@ -1,10 +1,10 @@ --- name: 🐶 SHELL check 🧪 on: - push: - branches: '**' - pull_request: - branches: '**' + #push: + # branches: '**' + #pull_request: + # branches: '**' workflow_dispatch: jobs: diff --git a/.github/workflows/lint-yaml.yml b/.github/workflows/lint-yaml.yml index ef619f24a..0939d3900 100644 --- a/.github/workflows/lint-yaml.yml +++ b/.github/workflows/lint-yaml.yml @@ -1,10 +1,10 @@ --- name: 🐶 YAML check 🧪 on: - push: - branches: '**' - pull_request: - branches: '**' + #push: + # branches: '**' + #pull_request: + # branches: '**' workflow_dispatch: jobs: yamllint: