fix: use bind mount for in-repo content #40
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 (full) | |
on: | |
workflow_dispatch: | |
workflow_run: | |
workflows: | |
- "Build Bluefin LTS" | |
- "Build Bluefin LTS DX" | |
- "Build Bluefin LTS DX HWE" | |
- "Build Bluefin LTS HWE" | |
- "Build Bluefin LTS GDX" | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref || github.run_id }} | |
cancel-in-progress: true |