We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f6f75f3 + 8e2d73e commit 17bdc6cCopy full SHA for 17bdc6c
2 files changed
.github/workflows/deploy.yaml
@@ -10,14 +10,14 @@ on:
10
- main
11
jobs:
12
php-lint:
13
- runs-on: ${{ vars.RUNNER || 'ubuntu-latest' }}
+ runs-on: ${{ vars.RUNNER_STANDARD }}
14
steps:
15
- uses: actions/checkout@v3
16
- uses: StephaneBour/actions-php-lint@8.2
17
with:
18
dir: "."
19
release:
20
21
if: ${{ github.event_name == 'release' }}
22
needs: php-lint
23
permissions:
.github/workflows/style.yaml
@@ -14,7 +14,7 @@ concurrency:
pre-commit:
timeout-minutes: 20
- uses: actions/checkout@v4
0 commit comments