We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea4d40a commit 2280d10Copy full SHA for 2280d10
1 file changed
.github/workflows/nextflow.yml
@@ -17,7 +17,7 @@ concurrency:
17
18
jobs:
19
nextflow-validate:
20
- runs-on: ubuntu-latest
+ runs-on: [self-hosted, linux, x64]
21
steps:
22
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
23
0 commit comments