Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,21 @@ jobs:
- name: diffy
repo_url: ''
commits: '0'
- name: rust-lang/cargo
repo_url: https://github.com/rust-lang/cargo
- name: golang/go
repo_url: https://github.com/golang/go
commits: '200'
- name: git/git
repo_url: https://github.com/git/git
commits: '100'
- name: rust-lang/rust
repo_url: https://github.com/rust-lang/rust
commits: '30'
- name: torvalds/linux
repo_url: https://github.com/torvalds/linux
commits: '30'
- name: llvm/llvm-project
repo_url: https://github.com/llvm/llvm-project
commits: '30'
name: replay (${{ matrix.name }})
uses: ./.github/workflows/replay.yml
with:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/replay-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ jobs:
strategy:
matrix:
include:
- name: rust-lang/cargo
repo_url: https://github.com/rust-lang/cargo
- name: rust-lang/rustup
repo_url: https://github.com/rust-lang/rustup
- name: rust-lang/rust-analyzer
repo_url: https://github.com/rust-lang/rust-analyzer
- name: rust-lang/rust-clippy
repo_url: https://github.com/rust-lang/rust-clippy
- name: neovim/neovim
repo_url: https://github.com/neovim/neovim
- name: fish-shell/fish-shell
repo_url: https://github.com/fish-shell/fish-shell
- name: libgit2/libgit2
repo_url: https://github.com/libgit2/libgit2
name: ${{ matrix.name }}
uses: ./.github/workflows/replay.yml
with:
Expand Down