word: add more description for enable PCI device while usb devices are using it #152
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 Build | |
on: | |
pull_request: | |
jobs: | |
build-pr: | |
uses: ./.github/workflows/template-build.yml | |
with: | |
release-tag-name: pull-${{ github.event.number }} | |
push: false | |
secrets: inherit |