Skip to content

Upload packages only on 'workflow_dispatch' (#145) #289

Upload packages only on 'workflow_dispatch' (#145)

Upload packages only on 'workflow_dispatch' (#145) #289

Workflow file for this run

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

View workflow run for this annotation

GitHub Actions / .github/workflows/kws.yml

Invalid workflow file

error parsing called workflow ".github/workflows/kws.yml" -> "AMD-ROCm-Internal/rocm_ci_infra/.github/workflows/kws.yml@mainline" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets: inherit
with:
pr_number: ${{github.event.pull_request.number}}
base_branch: ${{github.base_ref}}