We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbf0713 commit 9482b18Copy full SHA for 9482b18
1 file changed
.github/workflows/release.yml
@@ -5,7 +5,7 @@ on:
5
6
jobs:
7
release:
8
- runs-on: ubuntu-latest
+ runs-on: [self-hosted, ubuntu]
9
10
steps:
11
- name: Checkout
0 commit comments