Skip to content

Commit

Permalink
Disable apidiff on master branch
Browse files Browse the repository at this point in the history
Check fails to compare against self
  • Loading branch information
Sean-Der committed Sep 3, 2023
1 parent 442a8ae commit 1d4f2c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
go-version: ${{ inputs.go-version }}

- name: Check API compatability
if: github.ref != 'refs/heads/master'
uses: joelanford/[email protected]

- name: Setup go-acc
Expand Down

0 comments on commit 1d4f2c6

Please sign in to comment.