summaryrefslogtreecommitdiff
path: root/.github/workflows/check_branch.yml
AgeCommit message (Collapse)Author
2020-01-30check ruby_2_7 branchNARUSE, Yui
2019-11-12Migrate Wercker MJIT tests to Actions (#2676)Takashi Kokubun
* Migrate Wercker MJIT tests to Actions * Support pull request for testing * Capitalize other jobs too * Make it a command name for consistency [ci skip] * Remove wercker.yml * Add --jit-verbose=2 for debugging * Install MJIT headers * Separate install for sudo * Trigger build Notes: Merged-By: k0kubun <takashikkbn@gmail.com>
2019-08-14Update the description of check_branchTakashi Kokubun
2019-08-14Rename check_branch.master to pull_request.check_branchTakashi Kokubun
because it's shown as just "master" on a pull request which does not have the check_branch.master job yet. "check_branch" would be easier to understand and now we can grep it from master branch.
2019-08-13Update the comment in check_branch [ci skip] (#2355)Takashi Kokubun
Notes: Merged-By: k0kubun <takashikkbn@gmail.com>
2019-08-13Explain the current status of branches [ci skip] (#2350)Takashi Kokubun
Notes: Merged-By: k0kubun <takashikkbn@gmail.com>
2019-08-13Update check_branch description a little [ci skip]Takashi Kokubun
2019-08-12Add a quick job to be used for branch protectionTakashi Kokubun