Skip to content

Commit

Permalink
LUI: fix check #38699
Browse files Browse the repository at this point in the history
  • Loading branch information
klees committed Nov 27, 2023
1 parent 86705ed commit 0f790f1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/legacy-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ on:
type: choice
options:
- trunk
- release_8
permissions:
contents: read
pull-requests: read
Expand All @@ -37,7 +36,7 @@ jobs:
args: --no-interaction --no-progress --ignore-platform-reqs --no-scripts

- name: 'PHStan Custom Rules'
run: CI/PHPStan/run_legacy_ui_report.sh
run: scripts/PHPStan/run_legacy_ui_report.sh

- name: 'Store Report'
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 0f790f1

Please sign in to comment.