Fixing collection period rocprofv3 help message (#148) #295
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: Rocm Validation Suite KWS | ||
on: | ||
push: | ||
branches: [amd-staging] | ||
pull_request: | ||
types: [opened, synchronize, reopened] | ||
workflow_dispatch: | ||
jobs: | ||
kws: | ||
if: ${{ github.event_name == 'pull_request' }} | ||
uses: AMD-ROCm-Internal/rocm_ci_infra/.github/workflows/kws.yml@mainline | ||
Check failure on line 11 in .github/workflows/kws.yml GitHub Actions / .github/workflows/kws.ymlInvalid workflow file
|
||
secrets: inherit | ||
with: | ||
pr_number: ${{github.event.pull_request.number}} | ||
base_branch: ${{github.base_ref}} |