Skip to content

Commit 88247a3

Browse files
authored
fix: path to vars.yml for mirror postgrest job (#1771)
1 parent 80644ea commit 88247a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mirror-postgrest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- develop
77
paths:
88
- ".github/workflows/mirror-postgrest.yml"
9-
- "common.vars*"
9+
- "ansible/vars.yml"
1010

1111
permissions:
1212
contents: read

0 commit comments

Comments
 (0)