Skip to content

Commit

Permalink
Merge pull request #29 from pasmopy/develop
Browse files Browse the repository at this point in the history
Disable scheduled test
  • Loading branch information
Hiroaki Imoto committed May 17, 2022
2 parents 9d59f18 + 795b85d commit a8bd6ee
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,7 @@

name: Tests

on:
schedule:
- cron: 00 00 * * 1 # every Monday at 00:00
push:
branches: [master]
pull_request:
branches: [master]
on: [push, pull_request]

jobs:
build:
Expand Down

0 comments on commit a8bd6ee

Please sign in to comment.