Ready to runs: Replace symbolic links with bind mounts. #2458
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: Pull Request Check | |
on: | |
pull_request: | |
paths-ignore: | |
- '.github/**' | |
- 'README.md' | |
- 'tools/**' | |
branches: | |
- main | |
concurrency: | |
group: release # only 1 anything at a time | |
jobs: | |
build: | |
runs-on: self-hosted | |
steps: | |
- uses: hmarr/debug-action@v2 | |
name: "debug: ${{github.event_name}}" | |
- name: Check Port Files | |
id: ports-info | |
run: | | |
~/git-scripts/PortMaster-New-PR-Check.sh "${{ github.event.pull_request.number }}" |