Skip to content

Commit

Permalink
Panic on warnings for release
Browse files Browse the repository at this point in the history
  • Loading branch information
vemel committed Dec 2, 2019
1 parent 2dae5ba commit 74440a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on_timer_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Check boto3 version and publish on new

on:
schedule:
- cron: '0 0/2 * * *'
- cron: "0 0/2 * * *"

jobs:
check:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 74440a2

Please sign in to comment.