Skip to content

Commit 0ee103c

Browse files
author
devkadirselcuk
authored
Merge pull request ruby#46 from ruby/master
[pull] master from ruby:master
2 parents 05a8515 + 73388af commit 0ee103c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+1580
-778
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ yjit* @maximecb @xrxr @tenderlove
77
doc/yjit/* @maximecb @xrxr @tenderlove
88
bootstraptest/test_yjit* @maximecb @xrxr @tenderlove
99
test/ruby/test_yjit* @maximecb @xrxr @tenderlove
10+
.github/workflows/yjit* @maximecb @xrxr @tenderlove

.github/workflows/baseruby.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ on:
1212
- '**.md'
1313
- '**.rdoc'
1414

15+
concurrency:
16+
group: ${{ github.workflow }} / ${{ github.ref_name }}
17+
cancel-in-progress: true
18+
1519
jobs:
1620
baseruby:
1721
name: BASERUBY

.github/workflows/check_dependencies.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,15 @@ on:
1111
- '**.md'
1212
- '**.rdoc'
1313

14+
concurrency:
15+
group: ${{ github.workflow }} / ${{ github.ref_name }}
16+
cancel-in-progress: true
17+
1418
jobs:
1519
update-deps:
1620
strategy:
1721
matrix:
18-
os: [ubuntu-20.04, macos-11]
22+
os: [ubuntu-20.04]
1923
fail-fast: true
2024
runs-on: ${{ matrix.os }}
2125
steps:

.github/workflows/check_misc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Miscellaneous checks
22
on: [push, pull_request]
33

4+
concurrency:
5+
group: ${{ github.workflow }} / ${{ github.ref_name }}
6+
cancel-in-progress: true
7+
48
jobs:
59
checks:
610
runs-on: ubuntu-latest

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ on:
1414
schedule:
1515
- cron: '0 12 * * 4'
1616

17+
concurrency:
18+
group: ${{ github.workflow }} / ${{ github.ref_name }}
19+
cancel-in-progress: true
20+
1721
jobs:
1822
CodeQL-Build:
1923

.github/workflows/compilers.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ on:
1212
- '**.md'
1313
- '**.rdoc'
1414

15+
concurrency:
16+
group: ${{ github.workflow }} / ${{ github.ref_name }}
17+
cancel-in-progress: true
18+
1519
# Github actions does not support YAML anchors. This creative use of
1620
# environment variables (plus the "echo $GITHUB_ENV" hack) is to reroute that
1721
# restriction.

.github/workflows/macos.yml

Lines changed: 0 additions & 79 deletions
This file was deleted.

.github/workflows/mingw.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ on:
1111
- '**.md'
1212
- '**.rdoc'
1313

14+
concurrency:
15+
group: ${{ github.workflow }} / ${{ github.ref_name }}
16+
cancel-in-progress: true
17+
1418
# Notes:
1519
# Actions console encoding causes issues, see test-all & test-spec steps
1620
#

.github/workflows/mjit.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ on:
1111
- '**.md'
1212
- '**.rdoc'
1313

14+
concurrency:
15+
group: ${{ github.workflow }} / ${{ github.ref_name }}
16+
cancel-in-progress: true
17+
1418
jobs:
1519
make:
1620
strategy:

.github/workflows/spec_guards.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ on:
1212
- '**.md'
1313
- '**.rdoc'
1414

15+
concurrency:
16+
group: ${{ github.workflow }} / ${{ github.ref_name }}
17+
cancel-in-progress: true
18+
1519
jobs:
1620
rubyspec:
1721
name: Rubyspec

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy