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 1e8f0f7 commit 56e417bCopy full SHA for 56e417b
.github/workflows/main.yml
@@ -11,7 +11,9 @@ on:
11
jobs:
12
# This workflow contains a single job called "build"
13
Build-Demo:
14
- if: ${{ github.ref == 'refs/heads/demo' }} # The type of runner that the job will run on
+ if: ${{ github.ref == 'refs/heads/demo' }}
15
+
16
+ # The type of runner that the job will run on
17
runs-on: self-hosted
18
19
# Steps represent a sequence of tasks that will be executed as part of the job
0 commit comments