Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* bump: [email protected]

* ci: label

Co-authored-by: Yusuke Sakurai <[email protected]>
  • Loading branch information
github-actions[bot] and keroxp committed Jan 12, 2020
1 parent cbc98af commit 85c44db
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .denov
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.28.1
v0.29.0
12 changes: 8 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
name: CI

on: [push]

on:
push:
branches:
- "**"
pull_request:
types:
- labeled
jobs:
build:

if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.label.name == 'CI start')
runs-on: ubuntu-latest
services:
redis:
Expand Down
2 changes: 1 addition & 1 deletion modules-lock.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"https://deno.land/std": {
"version": "@v0.28.1",
"version": "@v0.29.0",
"modules": ["/testing/mod.ts", "/testing/asserts.ts"]
}
}
2 changes: 1 addition & 1 deletion modules.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"https://deno.land/std": {
"version": "@v0.28.1",
"version": "@v0.29.0",
"modules": ["/testing/mod.ts", "/testing/asserts.ts"]
}
}
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/testing/asserts.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@v0.28.1/testing/asserts.ts";
export * from "https://deno.land/std@v0.29.0/testing/asserts.ts";
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/testing/mod.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@v0.28.1/testing/mod.ts";
export * from "https://deno.land/std@v0.29.0/testing/mod.ts";

0 comments on commit 85c44db

Please sign in to comment.