Skip to content

Commit

Permalink
Add services file for java lib (#48)
Browse files Browse the repository at this point in the history
* Add services file for java lib

Workflow run services.yml for java library because it updates both models and services

* Update .github/workflows/notify.yml

Co-authored-by: Michael Paul <[email protected]>

---------

Co-authored-by: Michael Paul <[email protected]>
  • Loading branch information
AlexandrosMor and michaelpaul authored Jul 27, 2023
1 parent bc4da4d commit 19ec0f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
gh workflow run models.yml -R Adyen/adyen-node-api-library
gh workflow run services.yml -R Adyen/adyen-node-api-library
- name: Java
run: gh workflow run models.yml -R Adyen/adyen-java-api-library
run: |
gh workflow run models.yml -R Adyen/adyen-java-api-library
gh workflow run services.yml -R Adyen/adyen-java-api-library
- name: .NET
run: |
gh workflow run models.yml -R Adyen/adyen-dotnet-api-library
Expand Down

0 comments on commit 19ec0f6

Please sign in to comment.