Skip to content

chore(deps): update actions/checkout action to v6 #1230

chore(deps): update actions/checkout action to v6

chore(deps): update actions/checkout action to v6 #1230

Workflow file for this run

name: Build Bluefin LTS GDX
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-gdx
flavor: gdx
rechunk: ${{ github.event_name != 'pull_request' }}
sbom: ${{ github.event_name != 'pull_request' }}
publish: ${{ github.event_name != 'pull_request' }}