Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
axetroy committed Dec 3, 2020
1 parent 10f7c7b commit 302874d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: ci
on:
push:
pull_request:
schedule:
- cron: "0 * * * *"

jobs:
stable:
Expand All @@ -16,6 +14,8 @@ jobs:
whatchanged: ["v0.2.0"]
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Set up Node.js 12.x
uses: actions/setup-node@v1
Expand All @@ -42,3 +42,5 @@ jobs:
- name: Run whatchanged
run: |
whatchanged --version
whatchanged --help
whatchanged
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Basic:
steps:
- uses: actions/checkout@v2
with:
depth: 1
fetch-depth: 0
- uses: axetroy/setup-whatchanged@v1
with:
version: v0.2.0
Expand Down

0 comments on commit 302874d

Please sign in to comment.