We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9504301 commit 72d7515Copy full SHA for 72d7515
1 file changed
.github/workflows/docker.yml
@@ -12,7 +12,8 @@ on:
12
jobs:
13
cicd-linux-docker:
14
name: Cargo and npm build
15
- runs-on: ubuntu-latest
+ #runs-on: ubuntu-latest
16
+ runs-on: [self-hosted, linux]
17
steps:
18
- name: Checkout sources
19
uses: actions/checkout@v2
@@ -135,7 +136,8 @@ jobs:
135
136
137
cicd-docker:
138
name: CICD Docker
139
140
141
needs: cicd-linux-docker
142
143
- name: Download app archive
0 commit comments