Skip to content

Commit 5ecf201

Browse files
committed
ci: rolling: fix changes check working directory
Signed-off-by: Marc 'risson' Schmitt <[email protected]>
1 parent 29f74fa commit 5ecf201

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/rolling.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
sparse-checkout-cone-mode: false
5050
- id: changes
5151
name: Check for changes
52+
working-directory: authentik
5253
run: |
5354
if git diff --exit-code -- schema.yml > /dev/null; then
5455
echo "schema_has_changes=false" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)