Skip to content

Commit

Permalink
chore(ci): build stable ISOs (#1453)
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo authored Jun 27, 2024
1 parent cc22113 commit 8cf742a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/build-bluefin-stable-iso.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 8cf742a

Please sign in to comment.