From 4ea0e77980848c5c418171162e6e44d353868b61 Mon Sep 17 00:00:00 2001 From: "Jorge O. Castro" Date: Wed, 26 Jun 2024 23:50:19 -0400 Subject: [PATCH] chore(ci): build stable ISOs --- .github/workflows/build-bluefin-stable-iso.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/build-bluefin-stable-iso.yml diff --git a/.github/workflows/build-bluefin-stable-iso.yml b/.github/workflows/build-bluefin-stable-iso.yml new file mode 100644 index 00000000000..1a36d00e271 --- /dev/null +++ b/.github/workflows/build-bluefin-stable-iso.yml @@ -0,0 +1,15 @@ +name: Bluefin Stable ISO Build +on: + workflow_dispatch: + schedule: + - cron: '41 6 * * 2' # 6:41 UTC every Tuesday + + +jobs: + build-latest: + name: Bluefin Stable + uses: ./.github/workflows/reusable-build-iso.yml + secrets: inherit + with: + brand_name: bluefin + fedora_version: stable \ No newline at end of file