Skip to content

Add pipeline files to make them usable in branches #2

Add pipeline files to make them usable in branches

Add pipeline files to make them usable in branches #2

name: Manual Benchmark
on:
workflow_dispatch:
permissions:
contents: read
id-token: write
jobs:
add-runner:
uses: ./.github/workflow_templates/runner_attach_workflow.yml

Check failure on line 11 in .github/workflows/manual_benchmark.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/manual_benchmark.yml

Invalid workflow file

invalid value workflow reference: no version specified
with:
RunnerCount: 1
RunnerComputeType: "S"
secrets:
GitHubToken: ${{ secrets.RUNNER_ATTACH_API_KEY }}
AWSRoleToAssume: ${{ secrets.AWS_ROLE_TO_ASSUME }}
run-test-benchmark:
needs: add-runner
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- name: Run benchmark
run: python3 test.py