Skip to content

Commit 124cd98

Browse files
committed
Run min test in PR CI workflow
Signed-off-by: Mathias L. Baumann <[email protected]>
1 parent d9cdf60 commit 124cd98

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: frequenz-floss/[email protected]
2121
with:
2222
python-version: "3.11"
23-
nox-session: ci_checks_max
23+
nox-session: ci_checks_min
2424

2525
test-docs:
2626
name: Test documentation website generation

.github/workflows/ci.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: CI
22

33
on:
4-
pull_request:
54
merge_group:
65
push:
76
# We need to explicitly include tags because otherwise when adding

0 commit comments

Comments
 (0)