From c91158d8f70e3168b6ad945330d91cbd6e861f8b Mon Sep 17 00:00:00 2001 From: Alexandr Marchenko Date: Mon, 31 Oct 2022 16:34:33 +0000 Subject: [PATCH] remove updates check from github action (#883) Because action uses the latest image there is no need to check for updates each time` --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 134308a20f47..82a29b016ee4 100644 --- a/action.yml +++ b/action.yml @@ -30,4 +30,5 @@ runs: - --branch - ${{ inputs.head }} - --fail + - --no-update - ${{ inputs.extra_args }}