Skip to content

Commit be17f1d

Browse files
authored
ELI-338: Deprecating older workflows (#316)
1 parent 7288d93 commit be17f1d

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/publish-specification.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish specification
1+
name: (Deprecated) Publish specification
22

33
on:
44
workflow_dispatch:

.github/workflows/publish_sandbox.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1-
name: Deploy Sandbox API and Docker Image
1+
name: (Deprecated) Deploy Sandbox API and Docker Image
22

33
on:
44
workflow_dispatch:
5-
push:
6-
branches:
7-
- main
85

96
env:
107
APIM_ENV: sandbox

0 commit comments

Comments
 (0)