Skip to content

[moshpit] Automated Trial (Prepare) - linux-64 #219

[moshpit] Automated Trial (Prepare) - linux-64

[moshpit] Automated Trial (Prepare) - linux-64 #219

name: ci-distro-trial-linux
on:
pull_request:
branches: [dev]
paths:
- 20*.*/*/passed/seed-environment-conda-linux.yml
- 20*.*/*/released/seed-environment-conda-linux.yml
concurrency:
group: ci-distro-trial-linux-${{ github.head_ref }}
cancel-in-progress: true
jobs:
trial:
uses: ./.github/workflows/ci-distro-trial-platform.yaml
secrets: inherit
with:
platform_label: linux-64
target_subdirs: '["linux-64", "noarch"]'
runner_label: ubuntu-latest
seed_environment_file: seed-environment-conda-linux.yml
pr_ref: ${{ github.head_ref }}