[SWDEV-488276] Add partition 2.0 functionality (#44) #1
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 | ||
# 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
|
||
secrets: inherit | ||
with: | ||
pr_number: ${{github.event.pull_request.number}} |