1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
Commit graph

19 commits

Author SHA1 Message Date
Nobuyoshi Nakada
922a81a994
Skip tests on pull requests labeled as Documentation 2021-12-18 13:06:15 +09:00
Nobuyoshi Nakada
5bf0060e0a
[DOC] Skip tests if only documents change [ci skip]
Run only checks for source code.  Currently, our CIs do almost
nothing about the documents.
2021-12-16 17:50:20 +09:00
Nobuyoshi Nakada
3f1dcd7fff
Cache downloaded files
Cache downloaded external libraries/gems, which are expected not
changed so frequently.

Also sometimes downloading from zlib returns the current time as
the date header in unexpected format, and checksums mismatch at
that time.
2021-12-02 22:21:20 +09:00
Nobuyoshi Nakada
784f1e1538
Throttle pull-requests only [ci skip] 2021-11-21 19:23:36 +09:00
Nobuyoshi Nakada
e2b78440ba
Throttle GitHub Actions [ci skip]
As GitHub Actions are choking a lot lately, throttle the checks
down to the latest commit only per branches.
2021-11-18 22:54:57 +09:00
Nobuyoshi Nakada
2efbb35a8f
Remove macOS CIs [ci skip] 2021-11-18 17:39:28 +09:00
Nobuyoshi Nakada
0a9cbe8562
Skip tests if only document files changed 2021-10-29 00:22:26 +09:00
Kazuhiro NISHIYAMA
8e9d696ed0 Use macos-11 instead of macos-latest 2021-10-01 11:14:02 +09:00
Hiroshi SHIBATA
8b466ea5fc Use ${{}} for if statement 2021-08-02 12:39:50 +09:00
Jeremy Evans
e8933fda0c Remove gdbm/dbm related code from CI
The related extensions have been removed.
2021-07-01 14:47:31 -07:00
Nobuyoshi Nakada
d825e34962
Use autogen.sh 2021-04-08 20:36:58 +09:00
Nobuyoshi Nakada
602d09a181
Suppress useless default branch name hint [ci skip] 2021-03-08 13:39:55 +09:00
Takashi Kokubun
b956efdc1e
Drop obsoleted ci skip checks
https://github.blog/changelog/2021-02-08-github-actions-skip-pull-request-and-push-workflows-with-skip-ci/
2021-02-22 23:46:12 -08:00
Nobuyoshi Nakada
acdb893338
Removed unused environment variable 2020-10-27 14:42:24 +09:00
Nobuyoshi Nakada
640b340583
Check dependencies on macOS too 2020-10-21 12:31:38 +09:00
卜部昌平
da25affdac .github: reduce copy&paste
Found that we can set default working directory for github actions.
2020-10-21 09:24:47 +09:00
Kazuhiro NISHIYAMA
45fd4436ee Use $GITHUB_ENV instead of set-env
https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
2020-10-06 11:41:17 +09:00
Kazuhiro NISHIYAMA
f9df340a6a Remove unused commit_info 2020-10-06 11:41:17 +09:00
Kazuhiro NISHIYAMA
cd44febc93 Add check_dependencies workflow 2020-09-25 19:21:36 +09:00