[CI] Create dummy workflow to trigger CI on profiling
runners
#1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test | |
on: | |
push: | |
jobs: | |
test: | |
name: Test job | |
runs-on: ["self-hosted", "profiling"] | |
steps: | |
- name: Test | |
run: | | |
echo "Hello world" |