Skip to content

Commit

Permalink
ci: Add scheduled run for CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
mitelg committed Aug 24, 2023
1 parent eeab0d5 commit a615d84
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/call-plugin-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
push:
branches:
- main
schedule:
- cron: '01 01 * * *'

jobs:
call-test-workflow:
Expand Down Expand Up @@ -34,9 +36,9 @@ jobs:
uses: shopware5/docker-images-testing/.github/workflows/php-code-analysis.yml@main
with:
plugin-name: SwagImportExport

call-javascript-workflow:
name: Analyse Javascript Code for SwagImportExport
uses: shopware5/docker-images-testing/.github/workflows/javascript-analysis.yml@main
with:
plugin-name: SwagImportExport
plugin-name: SwagImportExport

0 comments on commit a615d84

Please sign in to comment.