Skip to content

Commit

Permalink
Merge pull request #3910 from MSP-Greg/stop-daily
Browse files Browse the repository at this point in the history
Actions daily workflows - only run in rubygems account
  • Loading branch information
hsbt committed Aug 29, 2020
2 parents 99285a9 + 0fedab4 commit 1de54e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/daily-bundler.yml
Expand Up @@ -7,6 +7,7 @@ on:
jobs:
daily_bundler:
runs-on: ubuntu-18.04
if: github.repository == "rubygems/rubygems"
strategy:
matrix:
ruby: [ ruby-head ]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/daily-rubygems.yml
Expand Up @@ -7,6 +7,7 @@ on:
jobs:
daily_rubygems:
runs-on: ubuntu-18.04
if: github.repository == "rubygems/rubygems"
strategy:
matrix:
ruby: [ ruby-head, truffleruby-head ]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/monthly-bundler.yml
Expand Up @@ -8,6 +8,7 @@ jobs:
monthly_bundler:
name: Refresh month of man pages
runs-on: ubuntu-18.04
if: github.repository == "rubygems/rubygems"
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 1de54e8

Please sign in to comment.