Skip to content

Commit

Permalink
step down testing frequency and upgrade std import
Browse files Browse the repository at this point in the history
  • Loading branch information
legowerewolf authored Nov 4, 2023
1 parent ad078f0 commit b438a37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
pull_request:
branches: [main]
schedule:
- cron: "0 0/8 * * *"
- cron: "0 0 * * *"

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion deps.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.201.0/testing/asserts.ts";
export * from "https://deno.land/std@0.205.0/testing/asserts.ts";

0 comments on commit b438a37

Please sign in to comment.