Skip to content

Updates to merge latest changes for the RyzenAI-SW from the development branch (PR-117) #3

Updates to merge latest changes for the RyzenAI-SW from the development branch (PR-117)

Updates to merge latest changes for the RyzenAI-SW from the development branch (PR-117) #3

Workflow file for this run

# Copyright © 2024 Advanced Micro Devices, Inc. All rights reserved.
name: CI-transformers
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the "main" branch
pull_request:
branches: [ "main" ]
types: [opened, synchronize, reopened, ready_for_review]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
test-initial:
runs-on: Ubuntu-22.04
steps:
- name: Initial testing
run: |
echo This is testing