Skip to content

Commit 22dc4f2

Browse files
committed
daily-jobs.yml: Update list of active distributions.
1 parent bbaf29b commit 22dc4f2

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/daily-jobs.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,14 @@ on:
66

77
jobs:
88
build:
9-
109
runs-on: ubuntu-latest
11-
1210
strategy:
1311
# Don't stop other in-progress jobs when one fails
1412
fail-fast: false
15-
1613
matrix:
1714
branch:
1815
- debian_unstable
19-
- fedora38_x86_64
20-
- fedora_rawhide_x86_64
16+
- fedora_main
2117

2218
env:
2319
SLUG: "collectd/ci:${{ matrix.branch }}"

0 commit comments

Comments
 (0)