We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c3c729 commit fffcd69Copy full SHA for fffcd69
1 file changed
.github/workflows/sync_cling.yml
@@ -1,16 +1,9 @@
1
name: Sync Cling repo
2
3
-on:
4
- push:
5
- branches:
6
- - 'master'
7
- paths:
8
- - 'interpreter/cling/**'
9
- workflow_dispatch:
10
-
+on: pull_request
11
jobs:
12
sync-cling-history:
13
- if: github.repository_owner == 'root-project'
+ if: github.repository_owner == 'devajithvs'
14
runs-on: ubuntu-latest
15
steps:
16
- name: Checkout ROOT
@@ -22,8 +15,8 @@ jobs:
22
- name: Checkout Cling
23
uses: actions/checkout@v4
24
17
with:
25
- repository: root-project/cling
26
- token: ${{ secrets.CLING_GIT_TOKEN }}
18
+ repository: devajithvs/cling
19
+ token: ${{ secrets.CLING_GIT_TOKEN_TESTING }}
27
20
path: cling
28
21
fetch-depth: 32768
29
0 commit comments