mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-18 21:21:17 +00:00
### Description Move Linux Github actions to a dedicated pool. Currently the "orttraining-linux-ci-pipeline " is too slow. ### Motivation and Context To speed up the running.
16 lines
618 B
YAML
16 lines
618 B
YAML
# This is a placeholder workflow only. Its purpose is for manual runs to show up
|
|
# in the GitHub web UI. It is not used for any automated runs.
|
|
name: Publish site
|
|
|
|
on:
|
|
# Allows you to run this workflow manually from the Actions tab
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
placeholder:
|
|
runs-on: ["self-hosted", "1ES.Pool=onnxruntime-github-Ubuntu2204-AMD-CPU"]
|
|
steps:
|
|
- name: Placeholder step to have workflow included in the GitHub web UI
|
|
run: |
|
|
echo "Placeholder step to have workflow included in the GitHub web UI"
|
|
echo "The actual publish workflow is run from the gh-pages branch"
|