Skip to content

Commit

Permalink
TeamCity: enable ad hoc triggers of teamcity-diff-check GHA (GoogleCl…
Browse files Browse the repository at this point in the history
  • Loading branch information
SarahFrench authored and pengq-google committed May 21, 2024
1 parent d55aea1 commit bfb98b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/teamcity-services-diff-check-weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/teamcity-services-diff-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit bfb98b9

Please sign in to comment.