Skip to content

Commit

Permalink
ci: upstream pipeline runs only as a cron job
Browse files Browse the repository at this point in the history
and no longer runs on pull requests and pushes.

Closes #2449
  • Loading branch information
flavorjones committed Feb 21, 2022
1 parent 110d9bd commit 47b06f4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ jobs:
fail-fast: false
matrix:
sys: ["enable", "disable"]
ruby: ["2.6", "2.7", "3.0", "3.1", "mingw", "head"]
ruby: ["2.6", "2.7", "3.0", "3.1", "mingw"]
runs-on: windows-2022
steps:
- name: configure git crlf
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,6 @@ concurrency:
cancel-in-progress: true
on:
workflow_dispatch:
push:
branches:
- main
- v*.*.x
tags:
- v*.*.*
pull_request:
types: [opened, synchronize]
branches:
- '*'
schedule:
- cron: "0 8 * * 1,3,5" # At 08:00 on Monday, Wednesday, and Friday # https://crontab.guru/#0_8_*_*_1,3,5

Expand Down

0 comments on commit 47b06f4

Please sign in to comment.