Build Bluefin LTS DX HWE #81
Workflow file for this run
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: Build Bluefin LTS DX HWE | |
on: | |
pull_request: | |
branches: | |
- main | |
schedule: | |
- cron: "0 1 * * TUE" # Every Tuesday at 1am UTC | |
merge_group: | |
workflow_dispatch: | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref || github.run_id }} | |
cancel-in-progress: true | |
jobs: | |
build: | |
uses: ./.github/workflows/reusable-build-image.yml | |
secrets: inherit | |
with: | |
image-name: bluefin-dx-hwe | |
flavor: dx-hwe |