From 0ae35f871a9422ae144f55a6ebfe2adb7361740b Mon Sep 17 00:00:00 2001 From: cloudforet-admin Date: Fri, 2 Jun 2023 17:45:35 +0900 Subject: [PATCH] [CI] Deploy CI --- .github/workflows/dispatch_release.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/dispatch_release.yaml b/.github/workflows/dispatch_release.yaml index 3e5bea8..646176b 100644 --- a/.github/workflows/dispatch_release.yaml +++ b/.github/workflows/dispatch_release.yaml @@ -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 @@ -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 }} @@ -34,7 +29,6 @@ jobs: - name: Checkout uses: actions/checkout@v3 with: - ref: ${{ env.BRANCH }} token: ${{ secrets.PAT_TOKEN }} - name: tagging @@ -59,7 +53,6 @@ jobs: - name: Checkout uses: actions/checkout@v3 with: - ref: ${{ env.BRANCH }} token: ${{ secrets.PAT_TOKEN }} - name: Set python @@ -100,7 +93,6 @@ jobs: - name: Checkout uses: actions/checkout@v3 with: - ref: ${{ env.BRANCH }} token: ${{ secrets.PAT_TOKEN }} - name: Set up QEMU