Skip to content

Commit

Permalink
Merge pull request #15 from 1138-4EB/set-cron
Browse files Browse the repository at this point in the history
add cron schedule to workflow 'test'
  • Loading branch information
Ecco authored Nov 27, 2019
2 parents 3674e7b + 2658d33 commit 69d3fee
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: 'action'
on: [ push, pull_request ]
on:
push:
pull_request:
schedule:
- cron: '0 0 * * 3,6'
jobs:
set:
runs-on: windows-latest
Expand Down

0 comments on commit 69d3fee

Please sign in to comment.