Skip to content

Commit 5936f42

Browse files
fix(stack): event extraction job is run only after the entity indexing has finished
1 parent 40a5104 commit 5936f42

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/index-entities.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
commit_message: Automated entities indexing
4444

4545
extract-events:
46+
needs: index-entities
47+
4648
runs-on: ubuntu-22.04
4749

4850
defaults:

0 commit comments

Comments
 (0)