Skip to content

Commit

Permalink
Added scheduled CI run of GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
asgrim committed Aug 26, 2021
1 parent cc741cb commit 2603609
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches: [ master ]
pull_request:
branches: [ master ]
schedule:
- cron: '37 9 1 * *'

jobs:
laravel-unit-tests:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/lumen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches: [ master ]
pull_request:
branches: [ master ]
schedule:
- cron: '37 9 1 * *'

jobs:
lumen-unit-tests:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches: [ master ]
pull_request:
branches: [ master ]
schedule:
- cron: '37 9 1 * *'

jobs:
cs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/symfony.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches: [ master ]
pull_request:
branches: [ master ]
schedule:
- cron: '37 9 1 * *'

jobs:
symfony-unit-tests:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches: [ master ]
pull_request:
branches: [ master ]
schedule:
- cron: '37 9 1 * *'

jobs:
base-unit-tests:
Expand Down

0 comments on commit 2603609

Please sign in to comment.