diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml index 7b3cd3344e..e7025b930d 100644 --- a/.github/workflows/ci-build.yaml +++ b/.github/workflows/ci-build.yaml @@ -11,7 +11,7 @@ permissions: jobs: devnet: - if: github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'CI:Build') + if: github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'CI:Deploy') runs-on: ubuntu-24.04 services: diff --git a/.github/workflows/ci-deploy.yaml b/.github/workflows/ci-deploy.yaml index 305888a1b9..de081b56b0 100644 --- a/.github/workflows/ci-deploy.yaml +++ b/.github/workflows/ci-deploy.yaml @@ -11,7 +11,7 @@ permissions: jobs: build-push: - if: github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'CI:Deploy ') + if: github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'CI:Build ') name: Build runs-on: ubuntu-24.04 environment: dev