approvals / ApprovalTests.cpp

Native ApprovalTests for C++ on Linux, Mac and Windows
https://approvaltestscpp.readthedocs.io/en/latest/
Apache License 2.0
310 stars 50 forks source link

GitHub Actions: Don't run scheduled tasks on forked repos #190

Open claremacrae opened 2 years ago

claremacrae commented 2 years ago

Try to modify all the GitHub Actions configs so that cron jobs are only run in the main repo, and not in forks.

There is no point forks being notified if they are out of date...