Skip to content

Commit

Permalink
CI: Configure test workflow to be run each night instead of push to m…
Browse files Browse the repository at this point in the history
…ain branch

Signed-off-by: Timo Reichl <thetredev@gmail.com>
  • Loading branch information
thetredev committed Oct 8, 2023
1 parent 4aae1bd commit f85aa98
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Run tests

# should also run on pull requests I guess
on:
push:
branches:
- 'main'
schedule:
# each night at 0:00
- cron: "0 0 * * *"

jobs:
tests:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
[![devcontainer Status](https://img.shields.io/github/actions/workflow/status/thetredev/xdeb-install/devcontainer.yml?label=devcontainer)](https://github.com/thetredev/xdeb-install/actions/workflows/devcontainer.yml)
[![testcontainer Status](https://img.shields.io/github/actions/workflow/status/thetredev/xdeb-install/testcontainer.yml?label=testcontainer)](https://github.com/thetredev/xdeb-install/actions/workflows/testcontainer.yml)
[![test Status](https://img.shields.io/github/actions/workflow/status/thetredev/xdeb-install/test.yml?label=tests)](https://github.com/thetredev/xdeb-install/actions/workflows/test.yml)
[![nightly test Status](https://img.shields.io/github/actions/workflow/status/thetredev/xdeb-install/test.yml?label=nightly%20tests)](https://github.com/thetredev/xdeb-install/actions/workflows/test.yml)
[![release Status](https://img.shields.io/github/actions/workflow/status/thetredev/xdeb-install/release.yml?label=release)](https://github.com/thetredev/xdeb-install/actions/workflows/release.yml)

# xdeb-install
Expand Down

0 comments on commit f85aa98

Please sign in to comment.