Skip to content

Commit 6f9f3d5

Browse files
committed
CI: Remove outdated workflow
1 parent 719c631 commit 6f9f3d5

File tree

2 files changed

+2
-87
lines changed

2 files changed

+2
-87
lines changed

.github/workflows/deploy_experimental_release.yml renamed to .github/workflows/deploy_release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy experimental release
1+
name: Deploy release
22
on:
33
workflow_dispatch:
44
inputs:
@@ -54,7 +54,7 @@ jobs:
5454
next_version_major: ${{ needs.calculate-version.outputs.next_version_major }}
5555
next_version_minor: ${{ needs.calculate-version.outputs.next_version_minor }}
5656
deploy:
57-
name: Deploy experimental release
57+
name: Deploy release
5858
runs-on: ubuntu-22.04
5959
needs: [call-release-build, calculate-version]
6060
steps:

.github/workflows/deploy_stable_release.yml

-85
This file was deleted.

0 commit comments

Comments
 (0)