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 b670427 commit 07412c7
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/schedule.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
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
if: github.repository == 'withanage/ojs'
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down Expand Up @@ -55,10 +48,6 @@ 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 07412c7

Please sign in to comment.