Skip to content

Commit ff5522b

Browse files
committed
chore: make ci happy
1 parent 3c264b4 commit ff5522b

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/pull.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ jobs:
2222
golangci:
2323
needs: close-pr
2424
if: ${{ !contains(github.event.pull_request.title, '.go') }}
25-
uses: ./.github/workflows/libs/lint.yml
25+
uses: ./.github/workflows/lib_lint.yml
2626
with:
2727
ref: ${{ github.event.pull_request.head.sha }}
2828
commit_back: false
2929

3030
runmain:
3131
needs: golangci
3232
if: ${{ !contains(github.event.pull_request.title, '.go') }}
33-
uses: ./.github/workflows/libs/run.yml
33+
uses: ./.github/workflows/lib_run.yml
3434
with:
3535
ref: ${{ github.event.pull_request.head.sha }}

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ on:
77
- 'v*'
88
jobs:
99
golangci:
10-
uses: ./.github/workflows/libs/lint.yml
10+
uses: ./.github/workflows/lib_lint.yml
1111
with:
1212
ref: master
1313
commit_back: true
1414

1515
runmain:
1616
needs: golangci
1717
if: ${{ !contains(github.event.pull_request.title, '.go') }}
18-
uses: ./.github/workflows/libs/run.yml
18+
uses: ./.github/workflows/lib_run.yml
1919
with:
2020
ref: master

0 commit comments

Comments
 (0)