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: pendle-finance/external-integration
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2677b2968a789905a2d317b2ef34be411f6817d3
Choose a base ref
..
head repository: pendle-finance/external-integration
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fd1b067f4758a20ca7d2b79913a22a802fd9e357
Choose a head ref
Showing with 4 additions and 4 deletions.
  1. +4 −4 .github/workflows/validate-config.yml
8 changes: 4 additions & 4 deletions .github/workflows/validate-config.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: Validate configuration files

on:
push:
pull_request:
types: [opened, synchronize, reopened]
branches:
- '**'
- 'main'
- 'fix-rule-on-validate-config'

jobs:
validate_json_files:
runs-on: ubuntu-latest

if: github.ref != 'refs/heads/main'

steps:
- name: Checkout repository
uses: actions/checkout@v4