We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e8fc48 commit 8001a13Copy full SHA for 8001a13
.github/workflows/build-test.yaml
@@ -4,8 +4,8 @@ on: [push, pull_request]
4
5
jobs:
6
build:
7
- #runs-on: ubuntu-22.04
8
- runs-on: self-hosted
+ runs-on: ubuntu-22.04
+ #runs-on: self-hosted
9
steps:
10
- uses: actions/checkout@v3
11
0 commit comments