Skip to content

Commit 028fbdd

Browse files
committed
Tweak jobs order
1 parent f68f2db commit 028fbdd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ jobs:
192192
build_ptoken:
193193
name: Build p-token
194194
runs-on: ubuntu-latest
195+
needs: [format_and_lint_interface, format_and_lint_ptoken]
195196
steps:
196197
- name: Git Checkout
197198
uses: actions/checkout@v4
@@ -283,7 +284,7 @@ jobs:
283284
conformance_ptoken:
284285
name: Conformance Test for p-token
285286
runs-on: ubuntu-latest
286-
needs: [format_and_lint_interface, format_and_lint_ptoken, build_ptoken]
287+
needs: build_ptoken
287288
steps:
288289
- name: Git Checkout
289290
uses: actions/checkout@v4

0 commit comments

Comments
 (0)