Skip to content

Commit 6d7f915

Browse files
committed
[ci] Only sync Cling if run in root-project/root
Otherwise the secret is not available and we should not attempt to sync anyway.
1 parent f162b57 commit 6d7f915

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/sync_cling.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111

1212
jobs:
1313
sync-cling-history:
14+
if: github.repository_owner == 'root-project'
1415
runs-on: ubuntu-latest
1516
steps:
1617
- name: Checkout ROOT

0 commit comments

Comments
 (0)