Skip to content

Commit 4b1c3eb

Browse files
committed
fix: update-indexes job to depend on build-test-analyze
1 parent 83d7c8a commit 4b1c3eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
update-indexes:
1818
name: Publish rebuilt metrics indexes
1919
runs-on: ubuntu-latest
20-
needs: [format]
20+
needs: [build-test-analyze]
2121
permissions:
2222
contents: write
2323
steps:

0 commit comments

Comments
 (0)