From 3e97a91100fe797165f61cb6be52e4be3f984196 Mon Sep 17 00:00:00 2001 From: Alexandr Marchenko Date: Sun, 30 Oct 2022 09:56:59 +0200 Subject: [PATCH] remove updates check from github action 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 }}