Skip to content

Commit a92b449

Browse files
committed
Disabled Unrelated CIs and reactivated multiclock regression test
1 parent d504b0a commit a92b449

File tree

4 files changed

+388
-492
lines changed

4 files changed

+388
-492
lines changed

.github/workflows/containers.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ on:
1212
- '**/*README*'
1313
- '**.md'
1414
- '**.rst'
15-
pull_request:
16-
paths-ignore: # Prevents from running if only docs are updated
17-
- 'doc/**'
18-
- '**/*README*'
19-
- '**.md'
20-
- '**.rst'
15+
# pull_request:
16+
# paths-ignore: # Prevents from running if only docs are updated
17+
# - 'doc/**'
18+
# - '**/*README*'
19+
# - '**.md'
20+
# - '**.rst'
2121
workflow_dispatch:
2222
schedule:
2323
- cron: '0 0 * * 0' # weekly

0 commit comments

Comments
 (0)