We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4b2cf1 commit 6257517Copy full SHA for 6257517
.github/workflows/main.yaml
@@ -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