Skip to content

Commit

Permalink
Update phpunit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
byjg authored May 29, 2023
1 parent 3b042d7 commit 9deb0da
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ on:
pull_request:
branches:
- master
schedule:
- cron: "0 8 * * 1"

jobs:
Build:
Expand All @@ -23,7 +21,6 @@ jobs:
- "7.4"
- "7.3"
- "7.2"
- "7.1"

steps:
- uses: actions/checkout@v3
Expand All @@ -38,4 +35,4 @@ jobs:
DOC_GITHUB_TOKEN: '${{ secrets.DOC_TOKEN }}'
steps:
- uses: actions/checkout@v3
- run: curl https://opensource.byjg.com/add-doc.sh | bash /dev/stdin php anydataset-array
- run: curl https://opensource.byjg.com/add-doc.sh | bash /dev/stdin php anydataset-array

0 comments on commit 9deb0da

Please sign in to comment.