Skip to content

Commit

Permalink
remove conditionals for modtidy/checkdiff runs
Browse files Browse the repository at this point in the history
Signed-off-by: mikeee <[email protected]>
  • Loading branch information
mikeee committed Feb 8, 2024
1 parent e265c85 commit 07c7672
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test-on-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ jobs:
args: --timeout=10m0s

- name: Run go mod tidy check diff
if: strategy.job-index == 0
run: make modtidy check-diff
- name: Run go mod tidy
if: strategy.job-index != 0
run: make modtidy

0 comments on commit 07c7672

Please sign in to comment.