Skip to content

workflow: trying to fix yml issue with env context #1

workflow: trying to fix yml issue with env context

workflow: trying to fix yml issue with env context #1

Workflow file for this run

name: github-AT2

Check failure on line 1 in .github/workflows/at2.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/at2.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: env
on:
pull_request:
paths-ignore:
- '**/*.rst'
- '**/*.md'
- '**/requirements.txt'
- '**/*.py'
- 'docs/**'
types: [ opened, reopened, synchronize ]
permissions:
contents: none
# Cancels any in progress 'workflow' associated with this PR
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
env:
kokkos_version: 4.4.01
mi210:
uses: ./.github/workflows/mi210.yml
with:
kokkos_version: ${{ env.kokkos_version }}
h100:
uses: ./.github/workflows/h100.yml
with:
kokkos_version: ${{ env.kokkos_version }}
bdw:
uses: ./.github/workflows/bdw.yml
with:
kokkos_version: ${{ env.kokkos_version }}
spr:
uses: ./.github/workflows/spr.yml
with:
kokkos_version: ${{ env.kokkos_version }}
volta70:
uses: ./.github/workflows/volta70.yml
with:
kokkos_version: ${{ env.kokkos_version }}