We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94b7410 commit a4563c5Copy full SHA for a4563c5
1 file changed
.github/workflows/docker.yml
@@ -17,8 +17,8 @@ jobs:
17
18
cicd-docker:
19
name: Cargo and npm build
20
- runs-on: ubuntu-latest
21
- #runs-on: self-hosted
+ #runs-on: ubuntu-latest
+ runs-on: self-hosted
22
env:
23
SQLX_OFFLINE: true
24
steps:
@@ -155,7 +155,8 @@ jobs:
155
156
cicd-linux-docker:
157
name: CICD Docker
158
159
160
needs: cicd-docker
161
162
- name: Checkout sources
@@ -193,7 +194,8 @@ jobs:
193
194
195
stackerdb-docker:
196
name: StackerDB Docker
197
198
199
200
201
0 commit comments