Skip to content

Commit

Permalink
fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
kyoh86 committed Jan 17, 2024
1 parent 2172d3b commit 7c2598b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deno-test.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json

name: Deno Test

on:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/deno-update.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json

name: Deno Update

on:
schedule:
- cron: "0 9 * * *"
workflow_dispatch: {}

jobs:
update:
Expand Down

0 comments on commit 7c2598b

Please sign in to comment.