From 574c5a92f442ba02ab8de685230fd9a8ab8a56aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gast=C3=B3n=20Fournier?= Date: Mon, 22 May 2023 18:06:52 +0200 Subject: [PATCH] chore: disable null checks until we have time to fix this (#3830) ## About the changes This action started to fail and despite being safe to ignore it's still annoying. I'm disabling it for now until I can look into what's going on with it Example: https://github.com/Unleash/unleash/pull/3829#issuecomment-1557372501 --- .github/workflows/gradual-strict-null-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradual-strict-null-checks.yml b/.github/workflows/gradual-strict-null-checks.yml index 5cefb7700c..c90023aae6 100644 --- a/.github/workflows/gradual-strict-null-checks.yml +++ b/.github/workflows/gradual-strict-null-checks.yml @@ -1,7 +1,7 @@ name: Lower null checks on: - pull_request: + workflow_dispatch: concurrency: group: ${{ github.workflow }}-${{ github.ref }}