Skip to content

Commit 26cc584

Browse files
committed
fix
1 parent 82cf0ef commit 26cc584

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/format_pr.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: Format PR
22

3-
on:
4-
pull_request:
5-
branches: [main]
3+
on:
4+
pull_request:
5+
branches: [main]
66

77
jobs:
8-
format:
9-
uses: ./.github/workflows/format.yml
8+
format_pr:
9+
uses: ./.github/workflows/format.yaml
1010
with:
1111
frontend-directory: './frontend/web'
1212
backend-directory: './backend/genai'

0 commit comments

Comments
 (0)