Skip to content

Updates to the transformer documentation #2

Updates to the transformer documentation

Updates to the transformer documentation #2

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