Skip to content

Commit

Permalink
Fix Sponsors GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
kylekatarnls committed Oct 9, 2024
1 parent d859d9b commit 531ecac
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/sponsors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@ on:
branches: [ '**' ]
pull_request:
branches: [ '**' ]
schedule:
- '0 0 15 * *'

jobs:
tests:
sponsors:
name: Update readme

runs-on: ubuntu-latest
Expand Down Expand Up @@ -44,7 +42,7 @@ jobs:
max_attempts: 3
command: composer update --prefer-dist --no-progress --prefer-stable

- name: Run test suite
- name: Update sponsors on readme.md
run: composer sponsors

- name: Create Pull Request
Expand Down

0 comments on commit 531ecac

Please sign in to comment.