PHPMailer/.github/workflows
jrfnl fc8c76f3be
GH Actions: don't run cron jobs on forks
While workflows are disabled by default in forks, it is quite common for contributors to enable them to verify CI will pass before submitting a pull request.

When enabling workflow runs in forks, it's "all or nothing".
This means that:
* All workflows which are only intended to be run on the canonical repo will also be enabled.
    These workflows will also often need access to repo-specific secrets and will typically fail when run from a fork.
* Workflows which contain cron jobs will also be enabled.
    Depending on the type of account the contributor has, this can burn through their "CI minutes".

This commit is based on a review of workflows containing cron jobs and disables running the jobs when a cron job is triggered in a fork.
2025-08-04 18:10:23 +02:00
..
docs.yaml GH Actions: Bump actions/checkout from 3 to 4 2023-09-11 06:14:09 +00:00
scorecards.yml GH Actions: don't run cron jobs on forks 2025-08-04 18:10:23 +02:00
tests.yml nah 2025-04-09 22:51:34 +02:00