We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 543f455 commit 0e8e2fcCopy full SHA for 0e8e2fc
.github/workflows/self-hosted-test.yml
@@ -0,0 +1,8 @@
1
+name: self-hosted-test
2
+on:
3
+ workflow_dispatch:
4
+jobs:
5
+ ping:
6
+ runs-on: [self-hosted, atlab-registry]
7
+ steps:
8
+ - run: echo "hello from self-hosted on $HOSTNAME"
0 commit comments