File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 5
5
pull_request :
6
6
branches : master
7
7
workflow_dispatch : # allows manual triggering
8
+ schedule :
9
+ - cron : ' 1 11 * * *'
8
10
env :
9
11
# Bump this number to invalidate the GH actions cache
10
12
cache-version : 0
Original file line number Diff line number Diff line change 2
2
3
3
# Haskell rules for [ Bazel] [ bazel ]
4
4
5
- [ ![ Continuous integration ] ( https://github.com/tweag/rules_haskell/workflows/Continuous%20integration /badge.svg )] ( https://github.com/tweag/rules_haskell/actions?query=branch%3Amaster )
5
+ [ ![ Continuous Integration ] ( https://github.com/tweag/rules_haskell/actions/ workflows/workflow.yaml /badge.svg?event=schedule )] ( https://github.com/tweag/rules_haskell/actions/workflows/workflow.yaml )
6
6
7
7
Bazel CI: [ ![ Build status] ( https://badge.buildkite.com/1de3270f1df070a99978adb6efa180d0c32eac58e0fd1938d1.svg?branch=master )] ( https://buildkite.com/bazel/rules-haskell-haskell )
8
8
You can’t perform that action at this time.
0 commit comments