fraction / oasis

Free, open-source, peer-to-peer social application that helps you follow friends and discover new ones on Secure Scuttlebutt (SSB).
http://oasis-demo.fraction.io
GNU Affero General Public License v3.0
286 stars 42 forks source link

Make GitHub Actions workflow faster #484

Closed christianbundy closed 3 years ago

christianbundy commented 3 years ago

What's the problem you solved?

Problem: PRs are being run twice, once as a push and once as a PR.

What solution are you recommending?

Solution: Run only as a push against master or a PR against master.