From 4b039d9d51b26d63debc6f9b8a91a919f4b9d016 Mon Sep 17 00:00:00 2001 From: Dimitar Manov <99065541+dimitarmanov@users.noreply.github.com> Date: Tue, 10 Jun 2025 18:13:05 +0300 Subject: [PATCH] test hardhat --- .github/workflows/ci-build.yaml | 2 +- .github/workflows/ci-deploy.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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