We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 975638e commit 3371c29Copy full SHA for 3371c29
.github/workflows/main.yml
@@ -26,7 +26,7 @@ concurrency:
26
jobs:
27
ci:
28
name: Run Tests
29
- runs-on: ubuntu-latest
+ runs-on: [self-hosted, ubuntu-latest]
30
outputs:
31
release: ${{ steps.check_version_bump.outputs.release_type != '' }}
32
0 commit comments