Skip to content

Commit

Permalink
setup cron
Browse files Browse the repository at this point in the history
  • Loading branch information
kotet committed Sep 22, 2023
1 parent a267140 commit 85d505f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/build-check.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: Building Test
on: [push]
on:
push:
branches:
- master
schedule: # every 1st day of the month at 00:26 UTC
- cron: '26 0 1 * *'

jobs:
build:
runs-on: ubuntu-latest
Expand Down
8 changes: 0 additions & 8 deletions .travis.yml

This file was deleted.

0 comments on commit 85d505f

Please sign in to comment.