Skip to content

Commit

Permalink
Merge pull request #46 from tweag/cg/fix_status_badge
Browse files Browse the repository at this point in the history
chore: schedule daily CI run and add status badge tied to daily CI run
  • Loading branch information
mergify[bot] authored Nov 28, 2023
2 parents 888f61f + f9e71a8 commit 0a1f2f3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
name: Continuous integration
on: [push]
on:
push:
branches: main
pull_request:
branches: main
workflow_dispatch: # allows manual triggering
schedule:
- cron: '1 11 * * *'

env:
# Bump this number to invalidate the GH actions cache
cache-version: 0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# gazelle\_haskell\_modules

![Build status](https://github.com/tweag/gazelle_haskell_modules/actions/workflows/workflow.yaml/badge.svg?branch=main)
[![Continuous Integration](https://github.com/tweag/gazelle_haskell_modules/actions/workflows/workflow.yaml/badge.svg?event=schedule)](https://github.com/tweag/gazelle_haskell_modules/actions/workflows/workflow.yaml)

This is a [gazelle][gazelle] extension that generates `haskell_module`
rules from `haskell_library`, `haskell_binary`, and `haskell_test` as
Expand Down

0 comments on commit 0a1f2f3

Please sign in to comment.