Skip to content

Commit

Permalink
ci: always run ci (#4334)
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt authored Aug 30, 2024
1 parent 997bdc7 commit 294ec4d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 34 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/md-link-checker.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
name: Check Markdown links
on:
pull_request:
paths:
- "**.*.md"
push:
paths:
- "**.*.md"
branches:
- main
- release/*
Expand All @@ -19,13 +15,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: technote-space/[email protected]
with:
PATTERNS: |
**/*.md
- uses: gaurav-nelson/[email protected]
if: env.GIT_DIFF
with:
folder-path: "."
use-verbose-mode: 'yes'
config-file: '.github/workflows/md-link-checker-config.json'
use-verbose-mode: "yes"
config-file: ".github/workflows/md-link-checker-config.json"
9 changes: 0 additions & 9 deletions .github/workflows/test-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,6 @@ jobs:
test-path: ${{fromJson(needs.pre-test.outputs.matrix)}}
steps:
- uses: actions/checkout@v4
- uses: technote-space/[email protected]
with:
PATTERNS: |
**/*.go
**/*.plush
**/*.tpl
go.mod
go.sum
**/testdata/**

- uses: actions/setup-go@v5
if: env.GIT_DIFF
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/test-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,6 @@ jobs:
timeout-minutes: 6
steps:
- uses: actions/checkout@v4
- uses: technote-space/[email protected]
with:
PATTERNS: |
**/*.go
**/*.plush
go.mod
go.sum

- uses: actions/setup-go@v5
if: env.GIT_DIFF
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,6 @@ jobs:
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v4
- uses: technote-space/[email protected]
with:
PATTERNS: |
**/*.go
**/*.plush
go.mod
go.sum
**/testdata/**

- uses: actions/setup-go@v5
if: env.GIT_DIFF
Expand Down

0 comments on commit 294ec4d

Please sign in to comment.