Skip to content

Commit

Permalink
Update CI.yaml - remove automatic retesting
Browse files Browse the repository at this point in the history
I removed the automatic retesting. Currently it looks like the CI is running out of time.
  • Loading branch information
RiesBen committed Oct 2, 2023
1 parent 5e79089 commit bdcb16a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ on:
pull_request:
branches:
- "main"
schedule:
#schedule:
# Nightly tests run on master by default:
# Scheduled workflows run on the latest commit on the default or base branch.
# (from https://help.github.com/en/actions/reference/events-that-trigger-workflows#scheduled-events-schedule)
- cron: "0 0 * * *"
# - cron: "0 0 * * *"

jobs:
test:
Expand Down

0 comments on commit bdcb16a

Please sign in to comment.