From b9f77944177edeae53de5d35604e2814819815b3 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Mon, 28 Nov 2022 13:23:01 +0200 Subject: [PATCH] Soft link workflows from root/workflows This should provide automatic updates from Renovate. --- .github/workflows/compress-images.yml | 1 + .github/workflows/pr-compress-images.yml | 1 + 2 files changed, 2 insertions(+) create mode 120000 .github/workflows/compress-images.yml create mode 120000 .github/workflows/pr-compress-images.yml diff --git a/.github/workflows/compress-images.yml b/.github/workflows/compress-images.yml new file mode 120000 index 0000000..761b07a --- /dev/null +++ b/.github/workflows/compress-images.yml @@ -0,0 +1 @@ +../../workflows/compress-images.yml \ No newline at end of file diff --git a/.github/workflows/pr-compress-images.yml b/.github/workflows/pr-compress-images.yml new file mode 120000 index 0000000..8427dac --- /dev/null +++ b/.github/workflows/pr-compress-images.yml @@ -0,0 +1 @@ +../../workflows/pr-compress-images.yml \ No newline at end of file