File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1212 steps :
1313 - name : Check if PRs have conflicts
1414 uses : eps1lon/actions-label-merge-conflict@v3
15+ if : github.repository == ${{ vars.REPO_MAIN }}
1516 with :
1617 dirtyLabel : " merge-conflicts"
1718 repoToken : " ${{ secrets.MERGE_CONFLICT_LABEL_PAT }}"
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ permissions:
2727
2828jobs :
2929 nightly-electron :
30- if : github.repository == 'TriliumNext/Trilium'
30+ if : github.repository == ${{ vars.REPO_MAIN }}
3131 name : Deploy nightly
3232 strategy :
3333 fail-fast : false
9898 path : apps/desktop/upload
9999
100100 nightly-server :
101- if : github.repository == 'TriliumNext/Trilium'
101+ if : github.repository == ${{ vars.REPO_MAIN }}
102102 name : Deploy server nightly
103103 strategy :
104104 fail-fast : false
You can’t perform that action at this time.
0 commit comments