diff --git a/.github/workflows/teamcity-services-diff-check-weekly.yml b/.github/workflows/teamcity-services-diff-check-weekly.yml index 9626b3c9aa45..874fd3145913 100644 --- a/.github/workflows/teamcity-services-diff-check-weekly.yml +++ b/.github/workflows/teamcity-services-diff-check-weekly.yml @@ -2,8 +2,12 @@ name: TeamCity Services Weekly Diff Check permissions: read-all on: + # Enable ad hoc checks + workflow_dispatch: + + # Scheduled checks to catch edge cases schedule: - # Runs every tuesday morning + # Every Tuesday morning - cron: '0 4 * * 2' jobs: diff --git a/.github/workflows/teamcity-services-diff-check.yml b/.github/workflows/teamcity-services-diff-check.yml index a54137bd48b2..f425a6e009f4 100644 --- a/.github/workflows/teamcity-services-diff-check.yml +++ b/.github/workflows/teamcity-services-diff-check.yml @@ -2,7 +2,6 @@ name: TeamCity Services Diff Check permissions: read-all on: - workflow_dispatch: pull_request: paths: - '.github/workflows/teamcity-services-diff-check.yml'