Skip to content

Commit 657d279

Browse files
committed
Added o ci.skip to push
1 parent 29f7e00 commit 657d279

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/sync-changes-to-gitlab.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,6 @@ jobs:
2222
fetch-depth: 0
2323

2424
- name: Push changes to gitlab.com/adamlui/userscripts
25-
run: git push --force https://oauth2:${{ secrets.GITLAB_SYNC_PAT }}@gitlab.com/adamlui/userscripts.git master
25+
run: |
26+
git push --force -o ci.skip \
27+
https://oauth2:${{ secrets.GITLAB_SYNC_PAT }}@gitlab.com/adamlui/userscripts.git master

0 commit comments

Comments
 (0)