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 12033cc commit 1a021c1Copy full SHA for 1a021c1
.github/workflows/arc-runner-test.yml
@@ -0,0 +1,10 @@
1
+name: Pull request
2
+on:
3
+ push:
4
+jobs:
5
+ arc-test:
6
+ runs-on: arc-skc-aio-runner
7
+ steps:
8
+ - name: Hello world
9
+ run: echo 'Hello world'
10
+
0 commit comments