Skip to content

Commit 2a4fff6

Browse files
committed
infra: add infra
Signed-off-by: shown.Ji <yuluo08290126@gmail.com>
1 parent 3c6679c commit 2a4fff6

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

.github/workflows/build-and-test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ permissions:
3232
contents: read
3333
jobs:
3434
format:
35-
if: (github.repository == 'alibaba/spring-ai-alibaba')
3635
runs-on: ubuntu-22.04
3736
steps:
3837
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

.github/workflows/license-check.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ on:
2323
- main
2424
jobs:
2525
license-check:
26-
if: (github.repository == 'alibaba/spring-ai-alibaba')
2726
runs-on: ubuntu-22.04
2827
steps:
2928
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

.github/workflows/linter.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ permissions:
2525
contents: read
2626
jobs:
2727
linter:
28-
if: (github.repository == 'alibaba/spring-ai-alibaba')
2928
runs-on: ubuntu-22.04
3029
steps:
3130
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)