Skip to content

Commit 64cce6b

Browse files
authored
fix(ci): Only run contract sync on changes in contracts path (#738)
Signed-off-by: Javier Rodriguez <[email protected]>
1 parent 684ca0b commit 64cce6b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/sync_contracts.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ name: Sync Chainloop Workflow contracts
66
on:
77
push:
88
branches: [ "main" ]
9+
paths:
10+
- '.github/workflows/contracts/**'
911
schedule:
1012
- cron: "0 0 * * *" # daily at midnight
1113

0 commit comments

Comments
 (0)