feat: add RSS feed reader for Bluefin/Aurora changelogs #923
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Aurora Latest | |
on: | |
merge_group: | |
pull_request: | |
branches: | |
- main | |
- testing | |
paths-ignore: | |
- '**.md' | |
push: | |
branches: | |
- main | |
paths-ignore: | |
- '**.md' | |
schedule: | |
- cron: '40 4 * * *' # 4:40 UTC everyday | |
workflow_dispatch: | |
jobs: | |
build: | |
name: build | |
uses: ./.github/workflows/reusable-build.yml | |
secrets: inherit | |
with: | |
brand_name: aurora | |
fedora_version: latest | |
rechunk: true |