From f9aa2cbd2a853636677af49b98a06b8ae8c4b42f Mon Sep 17 00:00:00 2001 From: Dominic Davis-Foster Date: Fri, 27 Aug 2021 08:18:55 +0100 Subject: [PATCH] Only run tests once on imgbot branch --- repo_helper/templates/docs_test_action.yml | 1 + repo_helper/templates/flake8.yml | 1 + repo_helper/templates/github_ci.yml | 1 + repo_helper/templates/mypy.yml | 1 + tests/test_files/test_ci_cd_/test_github_ci_case_1.yml | 1 + tests/test_files/test_ci_cd_/test_github_ci_case_2.yml | 1 + tests/test_files/test_ci_cd_/test_github_ci_windows_38.yml | 1 + .../test_ci_cd_/test_make_github_docs_test_no_tests_False_.yml | 1 + .../test_ci_cd_/test_make_github_docs_test_no_tests_True_.yml | 1 + .../test_ci_cd_/test_make_github_docs_test_tests_False_.yml | 1 + .../test_ci_cd_/test_make_github_docs_test_tests_True_.yml | 1 + tests/test_files/test_ci_cd_/test_make_github_flake8.yml | 1 + tests/test_files/test_ci_cd_/test_make_github_linux_case_1.yml | 1 + tests/test_files/test_ci_cd_/test_make_github_linux_case_2.yml | 1 + ...b_linux_case_3_no_releases_no_tests_conda_no_pure_python_.yml | 1 + ...thub_linux_case_3_no_releases_no_tests_conda_pure_python_.yml | 1 + ...inux_case_3_no_releases_no_tests_no_conda_no_pure_python_.yml | 1 + ...b_linux_case_3_no_releases_no_tests_no_conda_pure_python_.yml | 1 + ...thub_linux_case_3_no_releases_tests_conda_no_pure_python_.yml | 1 + ..._github_linux_case_3_no_releases_tests_conda_pure_python_.yml | 1 + ...b_linux_case_3_no_releases_tests_no_conda_no_pure_python_.yml | 1 + ...thub_linux_case_3_no_releases_tests_no_conda_pure_python_.yml | 1 + ...thub_linux_case_3_releases_no_tests_conda_no_pure_python_.yml | 1 + ..._github_linux_case_3_releases_no_tests_conda_pure_python_.yml | 1 + ...b_linux_case_3_releases_no_tests_no_conda_no_pure_python_.yml | 1 + ...thub_linux_case_3_releases_no_tests_no_conda_pure_python_.yml | 1 + ..._github_linux_case_3_releases_tests_conda_no_pure_python_.yml | 1 + ...ake_github_linux_case_3_releases_tests_conda_pure_python_.yml | 1 + ...thub_linux_case_3_releases_tests_no_conda_no_pure_python_.yml | 1 + ..._github_linux_case_3_releases_tests_no_conda_pure_python_.yml | 1 + tests/test_files/test_ci_cd_/test_make_github_linux_case_4.yml | 1 + tests/test_files/test_ci_cd_/test_make_github_mypy_all_.yml | 1 + .../test_make_github_mypy_extra_install_has_post_has_pre_.yml | 1 + .../test_make_github_mypy_extra_install_has_post_no_pre_.yml | 1 + .../test_make_github_mypy_extra_install_no_post_has_pre_.yml | 1 + .../test_make_github_mypy_extra_install_no_post_no_pre_.yml | 1 + .../test_make_github_mypy_extra_install_only_linux.yml | 1 + tests/test_files/test_ci_cd_/test_make_github_mypy_linux_.yml | 1 + tests/test_files/test_ci_cd_/test_make_github_mypy_unix_.yml | 1 + 39 files changed, 39 insertions(+) diff --git a/repo_helper/templates/docs_test_action.yml b/repo_helper/templates/docs_test_action.yml index 6e7889f5..700c2d43 100644 --- a/repo_helper/templates/docs_test_action.yml +++ b/repo_helper/templates/docs_test_action.yml @@ -6,6 +6,7 @@ on: branches-ignore: - 'repo-helper-update' - 'pre-commit-ci-update-config' + - 'imgbot' pull_request: permissions: diff --git a/repo_helper/templates/flake8.yml b/repo_helper/templates/flake8.yml index c6d15973..c35ce075 100644 --- a/repo_helper/templates/flake8.yml +++ b/repo_helper/templates/flake8.yml @@ -7,6 +7,7 @@ on: branches-ignore: - 'repo-helper-update' - 'pre-commit-ci-update-config' + - 'imgbot' pull_request: permissions: diff --git a/repo_helper/templates/github_ci.yml b/repo_helper/templates/github_ci.yml index 4af567a8..341fdff2 100644 --- a/repo_helper/templates/github_ci.yml +++ b/repo_helper/templates/github_ci.yml @@ -7,6 +7,7 @@ on: branches-ignore: - 'repo-helper-update' - 'pre-commit-ci-update-config' + - 'imgbot' {{ run_on_tags|default("") }} pull_request: diff --git a/repo_helper/templates/mypy.yml b/repo_helper/templates/mypy.yml index fed88309..5f343d76 100644 --- a/repo_helper/templates/mypy.yml +++ b/repo_helper/templates/mypy.yml @@ -7,6 +7,7 @@ on: branches-ignore: - 'repo-helper-update' - 'pre-commit-ci-update-config' + - 'imgbot' pull_request: permissions: diff --git a/tests/test_files/test_ci_cd_/test_github_ci_case_1.yml b/tests/test_files/test_ci_cd_/test_github_ci_case_1.yml index c7eebd14..aa305ae1 100644 --- a/tests/test_files/test_ci_cd_/test_github_ci_case_1.yml +++ b/tests/test_files/test_ci_cd_/test_github_ci_case_1.yml @@ -7,6 +7,7 @@ on: branches-ignore: - 'repo-helper-update' - 'pre-commit-ci-update-config' + - 'imgbot' pull_request: diff --git a/tests/test_files/test_ci_cd_/test_github_ci_case_2.yml b/tests/test_files/test_ci_cd_/test_github_ci_case_2.yml index 9b6265a9..b4f79aad 100644 --- a/tests/test_files/test_ci_cd_/test_github_ci_case_2.yml +++ b/tests/test_files/test_ci_cd_/test_github_ci_case_2.yml @@ -7,6 +7,7 @@ on: branches-ignore: - 'repo-helper-update' - 'pre-commit-ci-update-config' + - 'imgbot' pull_request: diff --git a/tests/test_files/test_ci_cd_/test_github_ci_windows_38.yml b/tests/test_files/test_ci_cd_/test_github_ci_windows_38.yml index 9b6265a9..b4f79aad 100644 --- a/tests/test_files/test_ci_cd_/test_github_ci_windows_38.yml +++ b/tests/test_files/test_ci_cd_/test_github_ci_windows_38.yml @@ -7,6 +7,7 @@ on: branches-ignore: - 'repo-helper-update' - 'pre-commit-ci-update-config' + - 'imgbot' pull_request: diff --git a/tests/test_files/test_ci_cd_/test_make_github_docs_test_no_tests_False_.yml b/tests/test_files/test_ci_cd_/test_make_github_docs_test_no_tests_False_.yml index 4c88fd80..e99d9dee 100644 --- a/tests/test_files/test_ci_cd_/test_make_github_docs_test_no_tests_False_.yml +++ b/tests/test_files/test_ci_cd_/test_make_github_docs_test_no_tests_False_.yml @@ -6,6 +6,7 @@ on: branches-ignore: - 'repo-helper-update' - 'pre-commit-ci-update-config' + - 'imgbot' pull_request: permissions: diff --git a/tests/test_files/test_ci_cd_/test_make_github_docs_test_no_tests_True_.yml b/tests/test_files/test_ci_cd_/test_make_github_docs_test_no_tests_True_.yml index 50cc2549..9064264c 100644 --- a/tests/test_files/test_ci_cd_/test_make_github_docs_test_no_tests_True_.yml +++ b/tests/test_files/test_ci_cd_/test_make_github_docs_test_no_tests_True_.yml @@ -6,6 +6,7 @@ on: branches-ignore: - 'repo-helper-update' - 'pre-commit-ci-update-config' + - 'imgbot' pull_request: permissions: diff --git a/tests/test_files/test_ci_cd_/test_make_github_docs_test_tests_False_.yml b/tests/test_files/test_ci_cd_/test_make_github_docs_test_tests_False_.yml index 8efbe646..0e684727 100644 --- a/tests/test_files/test_ci_cd_/test_make_github_docs_test_tests_False_.yml +++ b/tests/test_files/test_ci_cd_/test_make_github_docs_test_tests_False_.yml @@ -6,6 +6,7 @@ on: branches-ignore: - 'repo-helper-update' - 'pre-commit-ci-update-config' + - 'imgbot' pull_request: permissions: diff --git a/tests/test_files/test_ci_cd_/test_make_github_docs_test_tests_True_.yml b/tests/test_files/test_ci_cd_/test_make_github_docs_test_tests_True_.yml index e6613488..8eb7a54e 100644 --- a/tests/test_files/test_ci_cd_/test_make_github_docs_test_tests_True_.yml +++ b/tests/test_files/test_ci_cd_/test_make_github_docs_test_tests_True_.yml @@ -6,6 +6,7 @@ on: branches-ignore: - 'repo-helper-update' - 'pre-commit-ci-update-config' + - 'imgbot' pull_request: permissions: diff --git a/tests/test_files/test_ci_cd_/test_make_github_flake8.yml b/tests/test_files/test_ci_cd_/test_make_github_flake8.yml index f46a1794..84e94360 100644 --- a/tests/test_files/test_ci_cd_/test_make_github_flake8.yml +++ b/tests/test_files/test_ci_cd_/test_make_github_flake8.yml @@ -7,6 +7,7 @@ on: branches-ignore: - 'repo-helper-update' - 'pre-commit-ci-update-config' + - 'imgbot' pull_request: permissions: diff --git a/tests/test_files/test_ci_cd_/test_make_github_linux_case_1.yml b/tests/test_files/test_ci_cd_/test_make_github_linux_case_1.yml index 575c401a..7e35e7d5 100644 --- a/tests/test_files/test_ci_cd_/test_make_github_linux_case_1.yml +++ b/tests/test_files/test_ci_cd_/test_make_github_linux_case_1.yml @@ -7,6 +7,7 @@ on: branches-ignore: - 'repo-helper-update' - 'pre-commit-ci-update-config' + - 'imgbot' tags: - '*' pull_request: diff --git a/tests/test_files/test_ci_cd_/test_make_github_linux_case_2.yml b/tests/test_files/test_ci_cd_/test_make_github_linux_case_2.yml index aa0e9faf..b8320194 100644 --- a/tests/test_files/test_ci_cd_/test_make_github_linux_case_2.yml +++ b/tests/test_files/test_ci_cd_/test_make_github_linux_case_2.yml @@ -7,6 +7,7 @@ on: branches-ignore: - 'repo-helper-update' - 'pre-commit-ci-update-config' + - 'imgbot' tags: - '*' pull_request: diff --git a/tests/test_files/test_ci_cd_/test_make_github_linux_case_3_no_releases_no_tests_conda_no_pure_python_.yml b/tests/test_files/test_ci_cd_/test_make_github_linux_case_3_no_releases_no_tests_conda_no_pure_python_.yml index 391ecb3f..8f28e6af 100644 --- a/tests/test_files/test_ci_cd_/test_make_github_linux_case_3_no_releases_no_tests_conda_no_pure_python_.yml +++ b/tests/test_files/test_ci_cd_/test_make_github_linux_case_3_no_releases_no_tests_conda_no_pure_python_.yml @@ -7,6 +7,7 @@ on: branches-ignore: - 'repo-helper-update' - 'pre-commit-ci-update-config' + - 'imgbot' tags: - '*' pull_request: diff --git a/tests/test_files/test_ci_cd_/test_make_github_linux_case_3_no_releases_no_tests_conda_pure_python_.yml b/tests/test_files/test_ci_cd_/test_make_github_linux_case_3_no_releases_no_tests_conda_pure_python_.yml index 85e4105f..c2ee95e6 100644 --- a/tests/test_files/test_ci_cd_/test_make_github_linux_case_3_no_releases_no_tests_conda_pure_python_.yml +++ b/tests/test_files/test_ci_cd_/test_make_github_linux_case_3_no_releases_no_tests_conda_pure_python_.yml @@ -7,6 +7,7 @@ on: branches-ignore: - 'repo-helper-update' - 'pre-commit-ci-update-config' + - 'imgbot' tags: - '*' pull_request: diff --git a/tests/test_files/test_ci_cd_/test_make_github_linux_case_3_no_releases_no_tests_no_conda_no_pure_python_.yml b/tests/test_files/test_ci_cd_/test_make_github_linux_case_3_no_releases_no_tests_no_conda_no_pure_python_.yml index d51818f6..21aa31f8 100644 --- a/tests/test_files/test_ci_cd_/test_make_github_linux_case_3_no_releases_no_tests_no_conda_no_pure_python_.yml +++ b/tests/test_files/test_ci_cd_/test_make_github_linux_case_3_no_releases_no_tests_no_conda_no_pure_python_.yml @@ -7,6 +7,7 @@ on: branches-ignore: - 'repo-helper-update' - 'pre-commit-ci-update-config' + - 'imgbot' tags: - '*' pull_request: diff --git a/tests/test_files/test_ci_cd_/test_make_github_linux_case_3_no_releases_no_tests_no_conda_pure_python_.yml b/tests/test_files/test_ci_cd_/test_make_github_linux_case_3_no_releases_no_tests_no_conda_pure_python_.yml index c06b8811..ae25fa74 100644 --- a/tests/test_files/test_ci_cd_/test_make_github_linux_case_3_no_releases_no_tests_no_conda_pure_python_.yml +++ b/tests/test_files/test_ci_cd_/test_make_github_linux_case_3_no_releases_no_tests_no_conda_pure_python_.yml @@ -7,6 +7,7 @@ on: branches-ignore: - 'repo-helper-update' - 'pre-commit-ci-update-config' + - 'imgbot' tags: - '*' pull_request: diff --git a/tests/test_files/test_ci_cd_/test_make_github_linux_case_3_no_releases_tests_conda_no_pure_python_.yml b/tests/test_files/test_ci_cd_/test_make_github_linux_case_3_no_releases_tests_conda_no_pure_python_.yml index bdb7d1f4..447b3054 100644 --- a/tests/test_files/test_ci_cd_/test_make_github_linux_case_3_no_releases_tests_conda_no_pure_python_.yml +++ b/tests/test_files/test_ci_cd_/test_make_github_linux_case_3_no_releases_tests_conda_no_pure_python_.yml @@ -7,6 +7,7 @@ on: branches-ignore: - 'repo-helper-update' - 'pre-commit-ci-update-config' + - 'imgbot' tags: - '*' pull_request: diff --git a/tests/test_files/test_ci_cd_/test_make_github_linux_case_3_no_releases_tests_conda_pure_python_.yml b/tests/test_files/test_ci_cd_/test_make_github_linux_case_3_no_releases_tests_conda_pure_python_.yml index 575c401a..7e35e7d5 100644 --- a/tests/test_files/test_ci_cd_/test_make_github_linux_case_3_no_releases_tests_conda_pure_python_.yml +++ b/tests/test_files/test_ci_cd_/test_make_github_linux_case_3_no_releases_tests_conda_pure_python_.yml @@ -7,6 +7,7 @@ on: branches-ignore: - 'repo-helper-update' - 'pre-commit-ci-update-config' + - 'imgbot' tags: - '*' pull_request: diff --git a/tests/test_files/test_ci_cd_/test_make_github_linux_case_3_no_releases_tests_no_conda_no_pure_python_.yml b/tests/test_files/test_ci_cd_/test_make_github_linux_case_3_no_releases_tests_no_conda_no_pure_python_.yml index f74b939b..015a9606 100644 --- a/tests/test_files/test_ci_cd_/test_make_github_linux_case_3_no_releases_tests_no_conda_no_pure_python_.yml +++ b/tests/test_files/test_ci_cd_/test_make_github_linux_case_3_no_releases_tests_no_conda_no_pure_python_.yml @@ -7,6 +7,7 @@ on: branches-ignore: - 'repo-helper-update' - 'pre-commit-ci-update-config' + - 'imgbot' tags: - '*' pull_request: diff --git a/tests/test_files/test_ci_cd_/test_make_github_linux_case_3_no_releases_tests_no_conda_pure_python_.yml b/tests/test_files/test_ci_cd_/test_make_github_linux_case_3_no_releases_tests_no_conda_pure_python_.yml index 46dca551..c521b16e 100644 --- a/tests/test_files/test_ci_cd_/test_make_github_linux_case_3_no_releases_tests_no_conda_pure_python_.yml +++ b/tests/test_files/test_ci_cd_/test_make_github_linux_case_3_no_releases_tests_no_conda_pure_python_.yml @@ -7,6 +7,7 @@ on: branches-ignore: - 'repo-helper-update' - 'pre-commit-ci-update-config' + - 'imgbot' tags: - '*' pull_request: diff --git a/tests/test_files/test_ci_cd_/test_make_github_linux_case_3_releases_no_tests_conda_no_pure_python_.yml b/tests/test_files/test_ci_cd_/test_make_github_linux_case_3_releases_no_tests_conda_no_pure_python_.yml index 391ecb3f..8f28e6af 100644 --- a/tests/test_files/test_ci_cd_/test_make_github_linux_case_3_releases_no_tests_conda_no_pure_python_.yml +++ b/tests/test_files/test_ci_cd_/test_make_github_linux_case_3_releases_no_tests_conda_no_pure_python_.yml @@ -7,6 +7,7 @@ on: branches-ignore: - 'repo-helper-update' - 'pre-commit-ci-update-config' + - 'imgbot' tags: - '*' pull_request: diff --git a/tests/test_files/test_ci_cd_/test_make_github_linux_case_3_releases_no_tests_conda_pure_python_.yml b/tests/test_files/test_ci_cd_/test_make_github_linux_case_3_releases_no_tests_conda_pure_python_.yml index 85e4105f..c2ee95e6 100644 --- a/tests/test_files/test_ci_cd_/test_make_github_linux_case_3_releases_no_tests_conda_pure_python_.yml +++ b/tests/test_files/test_ci_cd_/test_make_github_linux_case_3_releases_no_tests_conda_pure_python_.yml @@ -7,6 +7,7 @@ on: branches-ignore: - 'repo-helper-update' - 'pre-commit-ci-update-config' + - 'imgbot' tags: - '*' pull_request: diff --git a/tests/test_files/test_ci_cd_/test_make_github_linux_case_3_releases_no_tests_no_conda_no_pure_python_.yml b/tests/test_files/test_ci_cd_/test_make_github_linux_case_3_releases_no_tests_no_conda_no_pure_python_.yml index d51818f6..21aa31f8 100644 --- a/tests/test_files/test_ci_cd_/test_make_github_linux_case_3_releases_no_tests_no_conda_no_pure_python_.yml +++ b/tests/test_files/test_ci_cd_/test_make_github_linux_case_3_releases_no_tests_no_conda_no_pure_python_.yml @@ -7,6 +7,7 @@ on: branches-ignore: - 'repo-helper-update' - 'pre-commit-ci-update-config' + - 'imgbot' tags: - '*' pull_request: diff --git a/tests/test_files/test_ci_cd_/test_make_github_linux_case_3_releases_no_tests_no_conda_pure_python_.yml b/tests/test_files/test_ci_cd_/test_make_github_linux_case_3_releases_no_tests_no_conda_pure_python_.yml index c06b8811..ae25fa74 100644 --- a/tests/test_files/test_ci_cd_/test_make_github_linux_case_3_releases_no_tests_no_conda_pure_python_.yml +++ b/tests/test_files/test_ci_cd_/test_make_github_linux_case_3_releases_no_tests_no_conda_pure_python_.yml @@ -7,6 +7,7 @@ on: branches-ignore: - 'repo-helper-update' - 'pre-commit-ci-update-config' + - 'imgbot' tags: - '*' pull_request: diff --git a/tests/test_files/test_ci_cd_/test_make_github_linux_case_3_releases_tests_conda_no_pure_python_.yml b/tests/test_files/test_ci_cd_/test_make_github_linux_case_3_releases_tests_conda_no_pure_python_.yml index bdb7d1f4..447b3054 100644 --- a/tests/test_files/test_ci_cd_/test_make_github_linux_case_3_releases_tests_conda_no_pure_python_.yml +++ b/tests/test_files/test_ci_cd_/test_make_github_linux_case_3_releases_tests_conda_no_pure_python_.yml @@ -7,6 +7,7 @@ on: branches-ignore: - 'repo-helper-update' - 'pre-commit-ci-update-config' + - 'imgbot' tags: - '*' pull_request: diff --git a/tests/test_files/test_ci_cd_/test_make_github_linux_case_3_releases_tests_conda_pure_python_.yml b/tests/test_files/test_ci_cd_/test_make_github_linux_case_3_releases_tests_conda_pure_python_.yml index 575c401a..7e35e7d5 100644 --- a/tests/test_files/test_ci_cd_/test_make_github_linux_case_3_releases_tests_conda_pure_python_.yml +++ b/tests/test_files/test_ci_cd_/test_make_github_linux_case_3_releases_tests_conda_pure_python_.yml @@ -7,6 +7,7 @@ on: branches-ignore: - 'repo-helper-update' - 'pre-commit-ci-update-config' + - 'imgbot' tags: - '*' pull_request: diff --git a/tests/test_files/test_ci_cd_/test_make_github_linux_case_3_releases_tests_no_conda_no_pure_python_.yml b/tests/test_files/test_ci_cd_/test_make_github_linux_case_3_releases_tests_no_conda_no_pure_python_.yml index f74b939b..015a9606 100644 --- a/tests/test_files/test_ci_cd_/test_make_github_linux_case_3_releases_tests_no_conda_no_pure_python_.yml +++ b/tests/test_files/test_ci_cd_/test_make_github_linux_case_3_releases_tests_no_conda_no_pure_python_.yml @@ -7,6 +7,7 @@ on: branches-ignore: - 'repo-helper-update' - 'pre-commit-ci-update-config' + - 'imgbot' tags: - '*' pull_request: diff --git a/tests/test_files/test_ci_cd_/test_make_github_linux_case_3_releases_tests_no_conda_pure_python_.yml b/tests/test_files/test_ci_cd_/test_make_github_linux_case_3_releases_tests_no_conda_pure_python_.yml index 46dca551..c521b16e 100644 --- a/tests/test_files/test_ci_cd_/test_make_github_linux_case_3_releases_tests_no_conda_pure_python_.yml +++ b/tests/test_files/test_ci_cd_/test_make_github_linux_case_3_releases_tests_no_conda_pure_python_.yml @@ -7,6 +7,7 @@ on: branches-ignore: - 'repo-helper-update' - 'pre-commit-ci-update-config' + - 'imgbot' tags: - '*' pull_request: diff --git a/tests/test_files/test_ci_cd_/test_make_github_linux_case_4.yml b/tests/test_files/test_ci_cd_/test_make_github_linux_case_4.yml index 7756ec3c..6e8b82a6 100644 --- a/tests/test_files/test_ci_cd_/test_make_github_linux_case_4.yml +++ b/tests/test_files/test_ci_cd_/test_make_github_linux_case_4.yml @@ -7,6 +7,7 @@ on: branches-ignore: - 'repo-helper-update' - 'pre-commit-ci-update-config' + - 'imgbot' tags: - '*' pull_request: diff --git a/tests/test_files/test_ci_cd_/test_make_github_mypy_all_.yml b/tests/test_files/test_ci_cd_/test_make_github_mypy_all_.yml index d6d4200a..5a7324bb 100644 --- a/tests/test_files/test_ci_cd_/test_make_github_mypy_all_.yml +++ b/tests/test_files/test_ci_cd_/test_make_github_mypy_all_.yml @@ -7,6 +7,7 @@ on: branches-ignore: - 'repo-helper-update' - 'pre-commit-ci-update-config' + - 'imgbot' pull_request: permissions: diff --git a/tests/test_files/test_ci_cd_/test_make_github_mypy_extra_install_has_post_has_pre_.yml b/tests/test_files/test_ci_cd_/test_make_github_mypy_extra_install_has_post_has_pre_.yml index 05866030..69ef0964 100644 --- a/tests/test_files/test_ci_cd_/test_make_github_mypy_extra_install_has_post_has_pre_.yml +++ b/tests/test_files/test_ci_cd_/test_make_github_mypy_extra_install_has_post_has_pre_.yml @@ -7,6 +7,7 @@ on: branches-ignore: - 'repo-helper-update' - 'pre-commit-ci-update-config' + - 'imgbot' pull_request: permissions: diff --git a/tests/test_files/test_ci_cd_/test_make_github_mypy_extra_install_has_post_no_pre_.yml b/tests/test_files/test_ci_cd_/test_make_github_mypy_extra_install_has_post_no_pre_.yml index 1d41680a..eaa94432 100644 --- a/tests/test_files/test_ci_cd_/test_make_github_mypy_extra_install_has_post_no_pre_.yml +++ b/tests/test_files/test_ci_cd_/test_make_github_mypy_extra_install_has_post_no_pre_.yml @@ -7,6 +7,7 @@ on: branches-ignore: - 'repo-helper-update' - 'pre-commit-ci-update-config' + - 'imgbot' pull_request: permissions: diff --git a/tests/test_files/test_ci_cd_/test_make_github_mypy_extra_install_no_post_has_pre_.yml b/tests/test_files/test_ci_cd_/test_make_github_mypy_extra_install_no_post_has_pre_.yml index c590a7b5..42b70ad9 100644 --- a/tests/test_files/test_ci_cd_/test_make_github_mypy_extra_install_no_post_has_pre_.yml +++ b/tests/test_files/test_ci_cd_/test_make_github_mypy_extra_install_no_post_has_pre_.yml @@ -7,6 +7,7 @@ on: branches-ignore: - 'repo-helper-update' - 'pre-commit-ci-update-config' + - 'imgbot' pull_request: permissions: diff --git a/tests/test_files/test_ci_cd_/test_make_github_mypy_extra_install_no_post_no_pre_.yml b/tests/test_files/test_ci_cd_/test_make_github_mypy_extra_install_no_post_no_pre_.yml index f12c519b..e6171e65 100644 --- a/tests/test_files/test_ci_cd_/test_make_github_mypy_extra_install_no_post_no_pre_.yml +++ b/tests/test_files/test_ci_cd_/test_make_github_mypy_extra_install_no_post_no_pre_.yml @@ -7,6 +7,7 @@ on: branches-ignore: - 'repo-helper-update' - 'pre-commit-ci-update-config' + - 'imgbot' pull_request: permissions: diff --git a/tests/test_files/test_ci_cd_/test_make_github_mypy_extra_install_only_linux.yml b/tests/test_files/test_ci_cd_/test_make_github_mypy_extra_install_only_linux.yml index 32b7776b..4daa196f 100644 --- a/tests/test_files/test_ci_cd_/test_make_github_mypy_extra_install_only_linux.yml +++ b/tests/test_files/test_ci_cd_/test_make_github_mypy_extra_install_only_linux.yml @@ -7,6 +7,7 @@ on: branches-ignore: - 'repo-helper-update' - 'pre-commit-ci-update-config' + - 'imgbot' pull_request: permissions: diff --git a/tests/test_files/test_ci_cd_/test_make_github_mypy_linux_.yml b/tests/test_files/test_ci_cd_/test_make_github_mypy_linux_.yml index f5f9e162..1bf2713a 100644 --- a/tests/test_files/test_ci_cd_/test_make_github_mypy_linux_.yml +++ b/tests/test_files/test_ci_cd_/test_make_github_mypy_linux_.yml @@ -7,6 +7,7 @@ on: branches-ignore: - 'repo-helper-update' - 'pre-commit-ci-update-config' + - 'imgbot' pull_request: permissions: diff --git a/tests/test_files/test_ci_cd_/test_make_github_mypy_unix_.yml b/tests/test_files/test_ci_cd_/test_make_github_mypy_unix_.yml index f5f9e162..1bf2713a 100644 --- a/tests/test_files/test_ci_cd_/test_make_github_mypy_unix_.yml +++ b/tests/test_files/test_ci_cd_/test_make_github_mypy_unix_.yml @@ -7,6 +7,7 @@ on: branches-ignore: - 'repo-helper-update' - 'pre-commit-ci-update-config' + - 'imgbot' pull_request: permissions: