Skip to content

Commit

Permalink
[CI] Deploy CI
Browse files Browse the repository at this point in the history
  • Loading branch information
admin-cloudforet committed Jun 2, 2023
1 parent 6bece0c commit 0ae35f8
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/dispatch_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ name: "[Dispatch] Release"
on:
workflow_dispatch:
inputs:
branch:
description: 'enter branch (only master and release-x.y.z are allowed)'
required: true
default: 'master'
version:
description: 'enter version(x.y.z)'
required: true
Expand All @@ -22,7 +18,6 @@ on:

env:
ARCH: ${{ github.event.inputs.container_arch }}
BRANCH: ${{ github.event.inputs.branch }}
VERSION: ${{ github.event.inputs.version }}
PACKAGE_VERSION: ${{ github.event.inputs.version }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
Expand All @@ -34,7 +29,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ env.BRANCH }}
token: ${{ secrets.PAT_TOKEN }}

- name: tagging
Expand All @@ -59,7 +53,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ env.BRANCH }}
token: ${{ secrets.PAT_TOKEN }}

- name: Set python
Expand Down Expand Up @@ -100,7 +93,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ env.BRANCH }}
token: ${{ secrets.PAT_TOKEN }}

- name: Set up QEMU
Expand Down

0 comments on commit 0ae35f8

Please sign in to comment.