Skip to content

Commit

Permalink
[CI] Disable scheduled runs of build and smoke tests (google#1798)
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin committed Jan 21, 2024
1 parent fe4c06b commit d99b473
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/smoke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
push:
branches: [main]
pull_request:
schedule: # midnight every day
- cron: '0 0 * * *'
# schedule: # midnight every day
# - cron: '0 0 * * *'
workflow_dispatch:

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
push:
branches: [main]
pull_request:
schedule:
- cron: '11 0 * * *' # 11 past midnight every day
# schedule:
# - cron: '11 0 * * *' # 11 past midnight every day
workflow_dispatch:

jobs:
Expand Down

0 comments on commit d99b473

Please sign in to comment.