Skip to content

Commit 64f71f2

Browse files
committed
fix fail
1 parent d343569 commit 64f71f2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pull-request.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ permissions:
1818
jobs:
1919
go:
2020
name: Golang
21-
uses: ./.github/workflows/go.yaml
21+
uses: ./.github/workflows/callable-go.yaml
2222

2323
py:
2424
name: Python
25-
uses: ./.github/workflows/py.yaml
25+
uses: ./.github/workflows/callable-py.yaml
2626

2727
image:
2828
name: Image
29-
uses: ./.github/workflows/image.yaml
29+
uses: ./.github/workflows/callable-image.yaml
3030
with:
3131
version: "${{ github.event.pull_request.number }}"
3232
push: false

0 commit comments

Comments
 (0)