Skip to content

Commit 8c8f5bb

Browse files
committed
Fix typo "runs-un" in GHA workflows (Case 171395)
1 parent 67c2a0f commit 8c8f5bb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515
jobs:
1616
composer-require-checker:
1717
name: Check missing composer requirements
18-
runs-un: ubuntu-22.04
18+
runs-on: ubuntu-22.04
1919
steps:
2020
- uses: shivammathur/setup-php@v2
2121
with:

.github/workflows/fix-cs-php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ name: Coding Standards
1212
jobs:
1313
open-pr-for-cs-violations:
1414
name: PHP-CS-Fixer
15-
runs-un: ubuntu-22.04
15+
runs-on: ubuntu-22.04
1616
if: github.actor != 'dependabot[bot]'
1717
steps:
1818
- name: Checkout code

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
jobs:
1313
PHPUnit:
1414

15-
runs-un: ubuntu-22.04
15+
runs-on: ubuntu-22.04
1616
strategy:
1717
fail-fast: false
1818
matrix:

0 commit comments

Comments
 (0)