Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
withanage committed May 23, 2024
1 parent cfab63f commit b670427
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/schedule.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
on:
schedule:
<<<<<<< Updated upstream
- cron: '5 5 * * *'
name: schedule
jobs:
ojs-main:
=======
- cron: '*/5 * * * *'
name: schedule
jobs:
ojs-main:
if: github.event.pull_request.head.repo.full_name == 'withanage/ojs'
>>>>>>> Stashed changes
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down Expand Up @@ -47,7 +55,10 @@ jobs:
test: 'test'
SAVE_BUILD: 'save_build'
- php-version: 8.1
<<<<<<< Updated upstream
validate: 'validate'
=======
>>>>>>> Stashed changes
database: mariadb
test: 'test'
SAVE_BUILD: 'save_build'
Expand Down

0 comments on commit b670427

Please sign in to comment.