We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e5709a commit 6876effCopy full SHA for 6876eff
.github/workflows/build.yml
@@ -9,7 +9,7 @@ on:
9
10
jobs:
11
build:
12
- name: Build
+ name: Generate Annotations
13
runs-on: ubuntu-22.04
14
steps:
15
- uses: actions/checkout@v4
.github/workflows/update-annotations.yml
@@ -12,14 +12,13 @@ jobs:
permissions:
contents: write
- - uses: ./.github/workflows/update-submodules.yml
16
-
17
- - uses: ./.github/workflows/build.yml
18
19
20
with:
21
submodules: true
22
+ - uses: ./.github/workflows/update-submodules.yml
+ - uses: ./.github/workflows/build.yml
+
23
- name: Check if annotations changed
24
id: annotations_changed
25
run: echo "changed=$(git diff --quiet HEAD -- dist; echo $?)" >> $GITHUB_OUTPUT
0 commit comments