Skip to content

Commit

Permalink
Merge pull request #39 from matomo-org/update-github-workflow-config-…
Browse files Browse the repository at this point in the history
…2023-03-09

Updating configuration for Github workflow
  • Loading branch information
snake14 authored Mar 9, 2023
2 parents 505bbe4 + b46ed32 commit e687496
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/matomo-tests.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Action for running tests
# This file has been automatically created.
# To recreate it you can run this command
# ./console generate:test-action --plugin="TasksTimetable" --php-versions="7.2,8.1"
# ./console generate:test-action --plugin="TasksTimetable" --php-versions="7.2,8.2" --schedule-cron="25 2 * * 6"

name: Plugin TasksTimetable Tests

Expand All @@ -12,6 +12,8 @@ on:
branches:
- '**.x-dev'
workflow_dispatch:
schedule:
- cron: "25 2 * * 6"

permissions:
actions: read
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Piwik TasksTimetable Plugin

[![Build Status](https://travis-ci.com/matomo-org/plugin-TasksTimetable.svg?branch=4.x-dev)](https://travis-ci.com/matomo-org/plugin-TasksTimetable)
[![Build Status](https://github.com/matomo-org/plugin-TasksTimetable/actions/workflows/matomo-tests.yml/badge.svg?branch=4.x-dev)](https://github.com/matomo-org/plugin-TasksTimetable/actions/workflows/matomo-tests.yml)

## Description

Expand Down

0 comments on commit e687496

Please sign in to comment.