We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9cdf60 commit 124cd98Copy full SHA for 124cd98
.github/workflows/ci-pr.yaml
@@ -20,7 +20,7 @@ jobs:
20
uses: frequenz-floss/[email protected]
21
with:
22
python-version: "3.11"
23
- nox-session: ci_checks_max
+ nox-session: ci_checks_min
24
25
test-docs:
26
name: Test documentation website generation
.github/workflows/ci.yaml
@@ -1,7 +1,6 @@
1
name: CI
2
3
on:
4
- pull_request:
5
merge_group:
6
push:
7
# We need to explicitly include tags because otherwise when adding
0 commit comments