Skip to content

Commit

Permalink
chore: nitpicks
Browse files Browse the repository at this point in the history
  • Loading branch information
oleast committed Nov 23, 2020
1 parent 76cfb5a commit 39476b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ jobs:
username: ${{ secrets.DEPLOY_USERNAME }}
key: ${{ secrets.DEPLOY_KEY }}
script: source ${{ secrets.DEPLOY_SCRIPT_LOCATION }}
timout: 600s
timeout: 600s
1 change: 1 addition & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:

jobs:
lint-test:
if: "!contains(github.event.head_commit.message, '[skip:ci]')"
name: Run linters
runs-on: ubuntu-latest

Expand Down

1 comment on commit 39476b6

@vercel
Copy link

@vercel vercel bot commented on 39476b6 Nov 23, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.