Skip to content

[CI] Create dummy workflow to trigger CI on profiling runners #1

[CI] Create dummy workflow to trigger CI on profiling runners

[CI] Create dummy workflow to trigger CI on profiling runners #1

Workflow file for this run

name: Test
on:
push:
jobs:
test:
name: Test job
runs-on: ["self-hosted", "profiling"]
steps:
- name: Test
run: |
echo "Hello world"