Skip to content

Commit

Permalink
Merge pull request #685 from withanage/ops-main-i9214-schedule
Browse files Browse the repository at this point in the history
Schedule run only for pkp repositories
  • Loading branch information
withanage committed May 24, 2024
2 parents 3af670c + 354e689 commit a11fd74
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,24 @@ on:
name: schedule
jobs:
ops-main:
if: github.repository == 'pkp/ops'
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
include:
- php-version: 8.1
validate: 'validate'
- php-version: 8.1
database: pgsql
test: 'test'
SAVE_BUILD: 'save_build'
- php-version: 8.1
validate: 'validate'
database: mariadb
test: 'test'
SAVE_BUILD: 'save_build'
- php-version: 8.1
validate: 'validate'
database: mysql
test: 'test'
SAVE_BUILD: 'save_build'
Expand All @@ -41,14 +43,14 @@ jobs:
DATASETS_ACCESS_KEY: ${{secrets.DATASETS_ACCESS_KEY}}
DEBUG_IN_TMATE: false
ops-stable-3_4_0:
if: github.repository == 'pkp/ops'
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
include:
- php-version: 8.1
validate: 'validate'
- php-version: 8.1
database: pgsql
test: 'test'
SAVE_BUILD: 'save_build'
Expand All @@ -57,17 +59,12 @@ jobs:
test: 'test'
SAVE_BUILD: 'save_build'
- php-version: 8.1
validate: 'validate'
database: mysql
test: 'test'
SAVE_BUILD: 'save_build'
upgrade: 'upgrade'
upgrade_test: '3.1.0,3.1.1-2,3.1.2,stable-3_2_0,stable-3_2_1,stable-3_3_0'
- php-version: 8.2
database: mysql
test: 'test'
- php-version: 8.2
database: pgsql
test: 'test'

name: ops-stable-3_4_0
steps:
Expand Down

0 comments on commit a11fd74

Please sign in to comment.