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 a27413f commit 23029fcCopy full SHA for 23029fc
.github/workflows/tests.yml
@@ -6,7 +6,7 @@ permissions: read-all
6
7
jobs:
8
laravel:
9
- runs-on: self-hosted
+ runs-on: ${{ secrets.RUNNER_NAME }}
10
11
strategy:
12
fail-fast: true
0 commit comments