setup-php/.github
jrfnl c9735bcc02
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 16:23:49 +02:00
..
codeql Add CodeQL workflow 2022-01-20 21:45:07 +05:30
ISSUE_TEMPLATE Drop support for ubuntu-20.04 [skip ci] 2025-04-14 07:25:31 +05:30
workflows GH Actions: don't run cron jobs on forks 2025-08-04 16:23:49 +02:00
CODE_OF_CONDUCT.md Add templates and format code 2019-09-22 12:25:51 +05:30
CONTRIBUTING.md Add npm run build to CONTRIBUTING.md 2023-06-12 04:45:59 +05:30
dependabot.yml Set target-branch to develop in dependabot.yml 2022-05-26 09:47:27 +05:30
FUNDING.yml Update sponsor options [skip ci] 2021-08-28 12:14:51 +05:30
PULL_REQUEST_TEMPLATE.md Fix contribution docs 2020-10-31 14:55:27 +05:30
SECURITY.md Mark PHP 8.3 as stable 2023-11-23 17:12:56 +05:30