fastruby / next_rails

A toolkit to upgrade your next Rails application
https://www.fastruby.io/blog/upgrade-rails/dual-boot/dual-boot-with-rails-6-0-beta.html?utm_source=github&utm_medium=description&utm_campaign=github&utm_term=next-rails
MIT License
489 stars 31 forks source link

[BUG] Tests run twice for PRs #55

Closed arielj closed 2 years ago

arielj commented 2 years ago

Version, Branch, or Commit:

Main branch

Expected behavior:

Each job in the matrix should run once.

Actual behavior:

Each job is run twice, once because of the pull_request trigger and once because of the push trigger.

image

Steps to reproduce:

  1. Create a PR
  2. Push something to the branch
  3. Jobs for each ruby version are run twice (check the image above)

I will abide by the code of conduct