mirror of
https://github.com/gcatanese/adyen-openapi.git
synced 2026-03-10 08:01:24 +00:00
PW-6591: Add notify job
This commit is contained in:
14
.github/workflows/notify.yml
vendored
Normal file
14
.github/workflows/notify.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user