PW-6591: Add notify job

This commit is contained in:
Michael Paul
2022-06-27 14:29:49 +02:00
committed by GitHub
parent 1ce757e7aa
commit 4c24fde7eb

14
.github/workflows/notify.yml vendored Normal file
View File

@@ -0,0 +1,14 @@
name: Notify libraries
on:
push:
branches: [ "main" ]
workflow_dispatch:
jobs:
notify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Node.js
run: gh workflow run models.yml --ref PW-6591 -R Adyen/adyen-node-api-library