Skip to content

Commit

Permalink
chore: schedule daily CI run and add status badge tied to daily CI run
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrindel committed Nov 27, 2023
1 parent 7f8df9b commit a8e53be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
pull_request:
branches: master
workflow_dispatch: # allows manual triggering
schedule:
- cron: '1 11 * * *'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Shell rules for Bazel

[![Build](https://github.com/tweag/rules_sh/actions/workflows/workflow.yaml/badge.svg?event=schedule)](https://github.com/tweag/rules_sh/actions/workflows/workflow.yaml)

This project extends Bazel with a toolchain for common shell commands.

## Setup
Expand Down

0 comments on commit a8e53be

Please sign in to comment.