From 991e78d985a9bf2bec8ffa60e98aa19f77e61146 Mon Sep 17 00:00:00 2001 From: Archi Date: Sat, 22 May 2021 16:22:47 +0200 Subject: [PATCH] Remove gpgsign for pushes as GitHub doesn't support it --- .github/workflows/translations.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index 8f1d0808e..98e7b5289 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -2,7 +2,7 @@ name: ASF-translations on: schedule: - - cron: '21 14 * * *' + - cron: '30 14 * * *' jobs: update: @@ -43,7 +43,6 @@ jobs: git-user-signingkey: true git-commit-gpgsign: true git-tag-gpgsign: true - git-push-gpgsign: true workdir: wiki - name: Commit the changes to wiki @@ -74,7 +73,6 @@ jobs: git-user-signingkey: true git-commit-gpgsign: true git-tag-gpgsign: true - git-push-gpgsign: true - name: Commit the changes to ASF shell: sh