File tree Expand file tree Collapse file tree 1 file changed +17
-14
lines changed Expand file tree Collapse file tree 1 file changed +17
-14
lines changed Original file line number Diff line number Diff line change 44 # We want to run the CI when anything is pushed to master.
55 # Since master is a protected branch this only happens when a PR is merged.
66 # This is a double check in case the PR was stale and had some issues.
7- push :
8- branches :
9- - master
10- paths-ignore : # Prevents from running if only docs are updated
11- - ' doc/**'
12- - ' **/*README*'
13- - ' **.md'
14- - ' **.rst'
15- pull_request :
16- paths-ignore : # Prevents from running if only docs are updated
17- - ' doc/**'
18- - ' **/*README*'
19- - ' **.md'
20- - ' **.rst'
7+ # NOTE: This was turned off in late October 2024 since the Nightly Tests were
8+ # no longer working on the self-hosted runners. Will turn this back on
9+ # once the issue is resolved.
10+ # push:
11+ # branches:
12+ # - master
13+ # paths-ignore: # Prevents from running if only docs are updated
14+ # - 'doc/**'
15+ # - '**/*README*'
16+ # - '**.md'
17+ # - '**.rst'
18+ # pull_request:
19+ # paths-ignore: # Prevents from running if only docs are updated
20+ # - 'doc/**'
21+ # - '**/*README*'
22+ # - '**.md'
23+ # - '**.rst'
2124 workflow_dispatch :
2225 schedule :
2326 - cron : ' 0 0 * * *' # daily
You can’t perform that action at this time.
0 commit comments