From 60eb91eef842f98c0112f37be3340017a4a27ab8 Mon Sep 17 00:00:00 2001 From: Lorenzo Lewis Date: Fri, 3 Feb 2023 10:48:17 +0100 Subject: [PATCH] Disable i18n preview --- .github/workflows/i18n-preview.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/i18n-preview.yml b/.github/workflows/i18n-preview.yml index 0b6124db63..cdf7a087ab 100644 --- a/.github/workflows/i18n-preview.yml +++ b/.github/workflows/i18n-preview.yml @@ -5,8 +5,8 @@ name: i18n-preview on: - schedule: - - cron: '0 0 * * *' + # schedule: + # - cron: '0 0 * * *' workflow_dispatch: jobs: @@ -40,13 +40,13 @@ jobs: base: '${{ github.ref_name }}', draft: true }); - + # - name: Configure git # run: | # git config --global user.name 'Tauri Bot' # git config --global user.email 'tauri-bot@tauri.studio' # - name: Create pull request - # soft fork of https://github.com/peter-evans/create-pull-request for security purposes +# soft fork of https://github.com/peter-evans/create-pull-request for security purposes # uses: tauri-apps/create-pull-request@v3 # with: # title: i18n Preview