Skip to content

Commit

Permalink
CI: Remove outdated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Exzap committed Nov 13, 2024
1 parent 719c631 commit 6f9f3d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 87 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy experimental release
name: Deploy release
on:
workflow_dispatch:
inputs:
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
next_version_major: ${{ needs.calculate-version.outputs.next_version_major }}
next_version_minor: ${{ needs.calculate-version.outputs.next_version_minor }}
deploy:
name: Deploy experimental release
name: Deploy release
runs-on: ubuntu-22.04
needs: [call-release-build, calculate-version]
steps:
Expand Down
85 changes: 0 additions & 85 deletions .github/workflows/deploy_stable_release.yml

This file was deleted.

0 comments on commit 6f9f3d5

Please sign in to comment.