Skip to content

Commit

Permalink
[CI] Disable scheduled runs of build and smoke tests
Browse files Browse the repository at this point in the history
There isn't much value atm for periodic scheduled runs so let's disable them.
  • Loading branch information
chalin committed Jan 21, 2024
1 parent fe4c06b commit bcc63b1
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 bcc63b1

Please sign in to comment.