Skip to content

Commit 4cf1818

Browse files
author
NarrowsProjects
committed
1
1 parent 8cf3cb6 commit 4cf1818

1 file changed

Lines changed: 17 additions & 15 deletions

File tree

.github/workflows/bookkeeping.yml

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,24 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
test_type: [unit,
23-
api,
24-
lhc-periods,
25-
lhc-fills,
26-
logs,
27-
envs,
22+
test_type: [
23+
# unit,
24+
# api,
25+
# lhc-periods,
26+
# lhc-fills,
27+
# logs,
28+
# envs,
2829
runs,
29-
tags,
30-
flps,
31-
home,
32-
about,
33-
eos-report,
34-
data-passes,
35-
simulation-passes,
36-
qc-flag-types,
37-
qc-flags]
30+
# tags,
31+
# flps,
32+
# home,
33+
# about,
34+
# eos-report,
35+
# data-passes,
36+
# simulation-passes,
37+
# qc-flag-types,
38+
# qc-flags,
39+
]
3840

3941
steps:
4042
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)