From 4ae5521f4f06886461a2009f4b74a49f366db4d6 Mon Sep 17 00:00:00 2001 From: Jan Calanog Date: Mon, 28 Apr 2025 22:10:30 +0200 Subject: [PATCH] Disable 'Update Reference Index' action Just exit with 0 for now --- actions/update-reference-index/action.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/actions/update-reference-index/action.yml b/actions/update-reference-index/action.yml index aa50c0c82..a230c35cf 100644 --- a/actions/update-reference-index/action.yml +++ b/actions/update-reference-index/action.yml @@ -5,6 +5,7 @@ runs: using: "composite" steps: - name: Update Reference Index - run: | - curl -v https://kaqcb6pumme57zlb63wmoqcjxq0fhkdl.lambda-url.us-east-1.on.aws - shell: bash \ No newline at end of file + run: exit 0; +# run: | +# curl -v https://kaqcb6pumme57zlb63wmoqcjxq0fhkdl.lambda-url.us-east-1.on.aws + shell: bash