From db82214dd9cb310f81e36e471a40aa28258cb8a4 Mon Sep 17 00:00:00 2001 From: Harrissou Sant-anna Date: Thu, 2 Nov 2023 10:46:14 +0100 Subject: [PATCH] Remove noisy, failing and unnecessary scheduled job The action is already run after PR so there is nothing to work with later, and we have the workflow_dispatch if necessary --- .github/workflows/pofiles.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/pofiles.yml b/.github/workflows/pofiles.yml index 4a7e90192fc..96c168d1802 100644 --- a/.github/workflows/pofiles.yml +++ b/.github/workflows/pofiles.yml @@ -7,9 +7,6 @@ on: paths: - 'docs/**' - schedule: #run at 02:00 UTC on Wednesday - - cron: '00 02 * * 03' - workflow_dispatch: permissions: # added using https://github.com/step-security/secure-repo