Skip to content

Scheduled weekly run #1

Scheduled weekly run

Scheduled weekly run #1

Workflow file for this run

name: Scheduled weekly runs
on:
schedule:
- cron: '0 0 */7 * *'
jobs:
p80m57both:
name: 'Php-8.0-Mysql-5.7'
uses: ./.github/workflows/dispatch_module.yaml
secrets: inherit
with:
php: '8.0'
mysql: '5.7.37'