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