Skip to content
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.

Commit

Permalink
ci: Fix paths-ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ginokent committed Jun 2, 2024
1 parent d756b6e commit 92eb93a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/go-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
^.github/release.yml$
^.github/workflows/label-checker.yml$
^.github/workflows/task-list-checker.yml$
^.*\.md$
go-lint:
runs-on: ubuntu-latest
needs: paths-ignore
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
^.github/release.yml$
^.github/workflows/label-checker.yml$
^.github/workflows/task-list-checker.yml$
^.*\.md$
go-test:
runs-on: ubuntu-latest
needs: paths-ignore
Expand Down

0 comments on commit 92eb93a

Please sign in to comment.