Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(ci): split build workflows by fedora version #525

Merged
merged 13 commits into from
Mar 24, 2024
Merged
15 changes: 15 additions & 0 deletions .github/workflows/build-38.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: ublue main 38
on:
pull_request:
merge_group:
schedule:
- cron: '0 15 * * *' # 3pm UTC everyday (timed against official fedora container pushes)
workflow_dispatch:

jobs:
ublue-38:
name: "build ublue-os/*-main:38"
uses: ./.github/workflows/reusable-build.yml
secrets: inherit
with:
fedora_version: 38
15 changes: 15 additions & 0 deletions .github/workflows/build-39.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: ublue main 39
on:
pull_request:
merge_group:
schedule:
- cron: '0 5 * * *' # 3pm UTC everyday (timed against official fedora container pushes)
bsherman marked this conversation as resolved.
Show resolved Hide resolved
workflow_dispatch:

jobs:
ublue-39:
name: "build ublue-os/*-main:39"
uses: ./.github/workflows/reusable-build.yml
secrets: inherit
with:
fedora_version: 39
15 changes: 15 additions & 0 deletions .github/workflows/build-40.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: ublue main 40
on:
pull_request:
merge_group:
schedule:
- cron: '0 10 * * *' # 3pm UTC everyday (timed against official fedora container pushes)
bsherman marked this conversation as resolved.
Show resolved Hide resolved
workflow_dispatch:

jobs:
ublue-40:
name: "build ublue-os/*-main:40"
uses: ./.github/workflows/reusable-build.yml
secrets: inherit
with:
fedora_version: 40
192 changes: 0 additions & 192 deletions .github/workflows/build.yml.save

This file was deleted.

Loading