Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated SonarQube action #4489

Closed
wants to merge 13 commits into from
Prev Previous commit
Next Next commit
removed scheduled rin
sreichel committed Jan 16, 2025
commit 6c342d7b3ab258c0e6669288134b9da0245a7392
3 changes: 0 additions & 3 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: PHPUnit

on:
# Run automatically every Monday on midnight.
schedule:
- cron: '0 0 * * 1'
workflow_call:
# Allow manually triggering the workflow.
workflow_dispatch: