diff options
| author | Dario Nieuwenhuis <[email protected]> | 2025-07-27 02:03:43 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2025-07-27 02:03:43 +0200 |
| commit | 77a8bc27e9c34e363f321132ebb9e8d8ff684a9f (patch) | |
| tree | b4e66255f2552ca1e76204448160d9730a7d9f04 /.github | |
| parent | 7d9da40d3636ea37b2d8a23a6b82f4ee1186ca18 (diff) | |
ci: lower book, doc job prio
Diffstat (limited to '.github')
| -rwxr-xr-x | .github/ci/book.sh | 2 | ||||
| -rwxr-xr-x | .github/ci/doc.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/ci/book.sh b/.github/ci/book.sh index 2466f53f5..c91d10d16 100755 --- a/.github/ci/book.sh +++ b/.github/ci/book.sh | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #!/bin/bash | 1 | #!/bin/bash |
| 2 | ## on push branch=main | 2 | ## on push branch=main |
| 3 | ## priority -9 | 3 | ## priority -100 |
| 4 | ## dedup dequeue | 4 | ## dedup dequeue |
| 5 | 5 | ||
| 6 | set -euxo pipefail | 6 | set -euxo pipefail |
diff --git a/.github/ci/doc.sh b/.github/ci/doc.sh index 9162b37ae..26971afdc 100755 --- a/.github/ci/doc.sh +++ b/.github/ci/doc.sh | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #!/bin/bash | 1 | #!/bin/bash |
| 2 | ## on push branch=main | 2 | ## on push branch=main |
| 3 | ## priority -10 | 3 | ## priority -100 |
| 4 | ## dedup dequeue | 4 | ## dedup dequeue |
| 5 | 5 | ||
| 6 | set -euxo pipefail | 6 | set -euxo pipefail |
