From 74440a2469c71690cea057ae2fc87f656f0893d5 Mon Sep 17 00:00:00 2001 From: Vlad Emelianov Date: Tue, 3 Dec 2019 00:39:41 +0100 Subject: [PATCH] Panic on warnings for release --- .github/workflows/on_timer_publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/on_timer_publish.yml b/.github/workflows/on_timer_publish.yml index 5fb3dc07..6cf18e18 100644 --- a/.github/workflows/on_timer_publish.yml +++ b/.github/workflows/on_timer_publish.yml @@ -2,7 +2,7 @@ name: Check boto3 version and publish on new on: schedule: - - cron: '0 0/2 * * *' + - cron: "0 0/2 * * *" jobs: check: @@ -41,7 +41,7 @@ jobs: run: | if [[ "${SKIP}" != "" ]]; then exit 0; fi rm -rf mypy_boto3_output/* - scripts/build.sh + scripts/build.sh --panic -d - name: Install integration test dependencies run: | python -m pip install mypy