From e50785c78be62bb47d78200e6a25502faae50af2 Mon Sep 17 00:00:00 2001 From: Anas Date: Fri, 20 Nov 2020 15:52:14 +0200 Subject: [PATCH] Added explanation on CHANGES directory --- CHANGES/5258.bugfix | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 CHANGES/5258.bugfix diff --git a/CHANGES/5258.bugfix b/CHANGES/5258.bugfix new file mode 100644 index 00000000000..48299418522 --- /dev/null +++ b/CHANGES/5258.bugfix @@ -0,0 +1,3 @@ +Fixed github workflow `update-pre-commit` on forks, +since this workflow should run only in the main repository and also because it was giving failed jobs on all the forks. +Now it will show up as skipped workflow.