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 f6073ba commit 94d4a32Copy full SHA for 94d4a32
.github/workflows/unix.yml
@@ -9,7 +9,7 @@ on:
9
jobs:
10
build_esp32:
11
if: ${{ github.event_name != 'pull_request' || github.repository != github.event.pull_request.head.repo.full_name }}
12
- runs-on: ubuntu-latest
+ runs-on: self-hosted
13
steps:
14
- uses: actions/checkout@v4
15
@@ -74,7 +74,7 @@ jobs:
74
75
build_unix:
76
77
78
79
80
0 commit comments