Skip to content

Commit 4486d82

Browse files
committed
Rename workflows to be specific for PHPStan
1 parent 57d6d90 commit 4486d82

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/php-static-analysis.yml renamed to .github/workflows/phpstan-static-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ on:
2323
- 'tests/phpstan/base.neon'
2424
- 'tests/phpstan/baseline.php'
2525
# Confirm any changes to relevant workflow files.
26-
- '.github/workflows/php-static-analysis.yml'
27-
- '.github/workflows/reusable-php-static-analysis.yml'
26+
- '.github/workflows/phpstan-static-analysis.yml'
27+
- '.github/workflows/reusable-phpstan-static-analysis.yml'
2828
workflow_dispatch:
2929

3030
# Cancels all previous workflow runs for pull requests that have not completed.
@@ -42,7 +42,7 @@ jobs:
4242
# Runs PHPStan Static Analysis.
4343
phpstan:
4444
name: PHP static analysis
45-
uses: ./.github/workflows/reusable-php-static-analysis.yml
45+
uses: ./.github/workflows/reusable-phpstan-static-analysis.yml
4646
permissions:
4747
contents: read
4848
if: ${{ github.repository == 'WordPress/wordpress-develop' || ( github.event_name == 'pull_request' && github.actor != 'dependabot[bot]' ) }}
File renamed without changes.

0 commit comments

Comments
 (0)