Skip to content

Commit 993c996

Browse files
authored
Merge pull request #2057 from tweag/cg/fix_status_badge
chore: schedule daily CI run and add status badge tied to daily CI run
2 parents deeaf7f + a69e21e commit 993c996

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/workflow.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
pull_request:
66
branches: master
77
workflow_dispatch: # allows manual triggering
8+
schedule:
9+
- cron: '1 11 * * *'
810
env:
911
# Bump this number to invalidate the GH actions cache
1012
cache-version: 0

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Haskell rules for [Bazel][bazel]
44

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)
66

77
Bazel CI: [![Build status](https://badge.buildkite.com/1de3270f1df070a99978adb6efa180d0c32eac58e0fd1938d1.svg?branch=master)](https://buildkite.com/bazel/rules-haskell-haskell)
88

0 commit comments

Comments
 (0)