From 49f731647879bce59992d6d0d680d1d3ad1a2206 Mon Sep 17 00:00:00 2001 From: Yan Chen <48968912+chenyan-dfinity@users.noreply.github.com> Date: Thu, 29 Aug 2024 16:30:42 -0700 Subject: [PATCH] fix --- .github/workflows/backend.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index 03512fb6..335951af 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -53,15 +53,15 @@ jobs: - name: Start dfx run: | dfx start --background - - name: Checkout base branch - if: github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'breaking_changes') - uses: actions/checkout@v4 - with: - ref: ${{ github.base_ref }} - - name: Deploy main branch - if: github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'breaking_changes') - run: | - dfx deploy backend +# - name: Checkout base branch +# if: github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'breaking_changes') +# uses: actions/checkout@v4 +# with: +# ref: ${{ github.base_ref }} +# - name: Deploy main branch +# if: github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'breaking_changes') +# run: | +# dfx deploy backend - uses: actions/checkout@v4 - name: Deploy current branch run: dfx deploy backend