Skip to content

Commit 6257517

Browse files
add GitHub Actions workflow to update downstream packages for ogc-api-processes-fastapi
1 parent e4b2cf1 commit 6257517

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/main.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Update packages that depends on ogc-api-processes-fastapi
2+
3+
on:
4+
workflow_dispatch:
5+
push:
6+
tags:
7+
- "v*"
8+
9+
jobs:
10+
update-downstream-packages:
11+
name: Pull request to update packages
12+
uses: ecmwf-projects/cads-build-farm/.github/workflows/update-downstream-packages.yaml@main
13+
with:
14+
package-ref: "OGC_API_PROCESSES_FASTAPI_REF"
15+
repositories: |
16+
ecmwf-projects/cads-processing-api-service
17+
secrets: inherit

0 commit comments

Comments
 (0)