Skip to content

Commit

Permalink
Merge georust#748
Browse files Browse the repository at this point in the history
748: Run CI on pull requests r=nyurik a=nyurik

This ensures CI automatically runs on PRs, even if submitted from forks.

Doing this avoids a silly case of a PR being ready to merge and having a green "merge" button, only for the bors to start test&submitting it, realizing PR has bugs, and waiting for a fix from a user and another review from the maintainer.

- [x] I agree to follow the project's [code of conduct](https://github.com/georust/geo/blob/master/CODE_OF_CONDUCT.md).
- [ ] I added an entry to `CHANGES.md` if knowledge of this change could be valuable to users.
---

fixes georust#747

Co-authored-by: Yuri Astrakhan <YuriAstrakhan@gmail.com>
  • Loading branch information
bors[bot] and nyurik authored Feb 22, 2022
2 parents 40a59c0 + 3827403 commit efdb9e1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
on:
push:
branches:
- main
- master
- staging
- trying
pull_request:
schedule: [cron: "45 6 * * *"]

name: Run tests
Expand Down

0 comments on commit efdb9e1

Please sign in to comment.