Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: lukas-reineke/indent-blankline.nvim
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d6ae94f2f7e2f9ce392b31d02f132d77ce1084fa
Choose a base ref
..
head repository: lukas-reineke/indent-blankline.nvim
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2500c9247d3157a42c6b4633408a7949e3dfff35
Choose a head ref
Showing with 1 addition and 2 deletions.
  1. +1 −2 .github/workflows/pr_check.yml
3 changes: 1 addition & 2 deletions .github/workflows/pr_check.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: Pull request check

on:
# pull_request:
push:
pull_request:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}