Skip to content

Commit db66e59

Browse files
committed
Switching to diffing with raw git command...
Signed-off-by: Luc Berger-Vergiat <[email protected]>
1 parent 69fcf4e commit db66e59

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323
- name: check API changes
2424
run: |
2525
pwd
26-
python kokkos-kernels/scripts/check_api_updates.py
26+
git fetch &> /dev/null
27+
git diff --name-only origin/$GITHUB_BASE_REF
2728
2829
build:
2930
runs-on: [macos-latest]

0 commit comments

Comments
 (0)