Skip to content

Commit 6876eff

Browse files
committed
Add checkout to update-annotations
1 parent 5e5709a commit 6876eff

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
build:
12-
name: Build
12+
name: Generate Annotations
1313
runs-on: ubuntu-22.04
1414
steps:
1515
- uses: actions/checkout@v4

.github/workflows/update-annotations.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,13 @@ jobs:
1212
permissions:
1313
contents: write
1414
steps:
15-
- uses: ./.github/workflows/update-submodules.yml
16-
17-
- uses: ./.github/workflows/build.yml
18-
1915
- uses: actions/checkout@v4
2016
with:
2117
submodules: true
2218

19+
- uses: ./.github/workflows/update-submodules.yml
20+
- uses: ./.github/workflows/build.yml
21+
2322
- name: Check if annotations changed
2423
id: annotations_changed
2524
run: echo "changed=$(git diff --quiet HEAD -- dist; echo $?)" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)