We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
o ci.skip
1 parent 29f7e00 commit 657d279Copy full SHA for 657d279
.github/workflows/sync-changes-to-gitlab.yml
@@ -22,4 +22,6 @@ jobs:
22
fetch-depth: 0
23
24
- 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
+ run: |
26
+ git push --force -o ci.skip \
27
+ https://oauth2:${{ secrets.GITLAB_SYNC_PAT }}@gitlab.com/adamlui/userscripts.git master
0 commit comments