Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not run schedule task in fork repos (#3628)
Motivation: Currently, GitHub Actions scheduled job runs on all fork repo, because of the lack of some secrets, the job is impossible to succeed forever, causing noisy notifications. Also, the job is not expected to be executed in fork repos I think. Modifications: - Add condition to the job to only run it when the current repo is `line/armeria`. Result: - Schedule jobs are run on `line/armeria` repo only.
- Loading branch information