Skip to content

Commit

Permalink
Remove PHP-specific automation (#59)
Browse files Browse the repository at this point in the history
Remove PHP-specific automation. Central automation will be used going forward
  • Loading branch information
wboereboom authored Jan 26, 2024
1 parent 7de9a40 commit 444c1a4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ jobs:
gh workflow run services.yml -R Adyen/adyen-dotnet-api-library
- name: Go
run: gh workflow run models.yml -R Adyen/adyen-go-api-library
- name: PHP models and services
run: |
gh workflow run models.yml -R Adyen/adyen-php-api-library
gh workflow run services.yml -R Adyen/adyen-php-api-library
- name: Python
run: gh workflow run services.yml -R Adyen/adyen-python-api-library
- name: Ruby
Expand Down

0 comments on commit 444c1a4

Please sign in to comment.