Skip to content

[SWDEV-488276] Add partition 2.0 functionality (#44) #1

[SWDEV-488276] Add partition 2.0 functionality (#44)

[SWDEV-488276] Add partition 2.0 functionality (#44) #1

Workflow file for this run

######################################################################################
# Name : Rocm Validation Suite
# Developed by : [email protected], [email protected]
# Maintained by : [email protected], [email protected]
# Version : 0.5
# Description : This workflow will eventually call the central rocm reusable workflow.
# So developers should not edit/Modify this file
# Donot add it into .*ignore file#
# Docs :
######################################################################################
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 22 in .github/workflows/kws_caller.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/kws_caller.yml

Invalid workflow file

error parsing called workflow ".github/workflows/kws_caller.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}}