From ac73affcb481689102f47823e1b6affde621b52e Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Tue, 16 May 2023 11:25:48 +0200 Subject: [PATCH] workflows: temporarily disable job It's failing since three weeks, stating: Repository not found, OR token has insufficient permissions Also, there is a warning: Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: peter-evans/repository-dispatch@v1. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. --- .github/workflows/{L10n-update.yml => L10n-update.yml.disabled} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{L10n-update.yml => L10n-update.yml.disabled} (100%) diff --git a/.github/workflows/L10n-update.yml b/.github/workflows/L10n-update.yml.disabled similarity index 100% rename from .github/workflows/L10n-update.yml rename to .github/workflows/L10n-update.yml.disabled