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