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 e3b6cea commit 9673988Copy full SHA for 9673988
.github/workflows/test.yml
@@ -6,7 +6,7 @@ on:
6
7
jobs:
8
pre_job:
9
- runs-on: [self-hosted, x64]
+ runs-on: ubuntu-latest
10
outputs:
11
should_skip: ${{ steps.skip_check.outputs.should_skip }}
12
steps:
0 commit comments