[ruby-cvs:79081] e3aca28970 (master): Support running Actions on a fork

"Takashi Kokubun" <[email protected]> Mon, 6 Jan 2020 18:47:38 +0900 (JST)
Newsgroups gmane.comp.lang.ruby.cvs
Message-ID <[email protected]>
Takashi Kokubun	2020-01-06 18:45:47 +0900 (Mon, 06 Jan 2020)

  New Revision: e3aca28970

  https://github.com/ruby/ruby/commit/e3aca28970

  Log:
    Support running Actions on a fork
    =

    Since 8c9450e7b875db846b19cc631af0d7fee66db5c6, we increased the chan=
ce
    to run GitHub Actions on a fork, as we usually use a topic branch
    instead of master when filing a pull request.
    =

    This patch makes it possible to reuse the same GitHub Actions config =
on
    a fork repository.

  Modified files:
    .github/workflows/cygwin.yml
    .github/workflows/macos.yml
    .github/workflows/mingw.yml
    .github/workflows/mjit.yml
    .github/workflows/ubuntu.yml
    .github/workflows/windows.yml=