We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97a087e commit aa74863Copy full SHA for aa74863
.github/workflows/current.yml
@@ -10,7 +10,7 @@ on:
10
11
jobs:
12
build-docker:
13
- runs-on: self-hosted
+ runs-on: [self-hosted, linux]
14
steps:
15
- name: Checkout
16
uses: actions/checkout@v4
.github/workflows/lint.yml
@@ -15,7 +15,7 @@ env:
17
lint:
18
19
20
21
.github/workflows/release.yml
@@ -7,7 +7,7 @@ on:
7
8
9
publish-docker:
0 commit comments