Skip to content

Commit

Permalink
Merge pull request #8 from technote-space/chore/chore-sync-workflows
Browse files Browse the repository at this point in the history
chore: sync workflows
  • Loading branch information
technote-space authored May 21, 2020
2 parents 8c0e6af + 3eacf89 commit b2cb1fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/broken-link-check.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
on:
schedule:
- cron: 14 14 11 * *
- cron: 32 20 25 * *
repository_dispatch:
types: [check-link]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
node: ['11', '12']
node: ['12', '14']
steps:
- name: Set running flag
run: echo "::set-env name=RUNNING::1"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
on:
schedule:
- cron: 5 17 * * 3
- cron: 40 16 * * 2
pull_request:
types: [opened, reopened, closed]
repository_dispatch:
Expand Down

0 comments on commit b2cb1fd

Please sign in to comment.