From d7a8909864a04e39d0da95a8f7cb2c5daa814532 Mon Sep 17 00:00:00 2001 From: bap2pecs Date: Tue, 5 Nov 2024 07:09:03 +0700 Subject: [PATCH] rename CI workflow --- .github/workflows/{integration.yml => lint-test-op-node.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{integration.yml => lint-test-op-node.yml} (95%) diff --git a/.github/workflows/integration.yml b/.github/workflows/lint-test-op-node.yml similarity index 95% rename from .github/workflows/integration.yml rename to .github/workflows/lint-test-op-node.yml index 64e1748b2a90..5cbcfae5e7a9 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/lint-test-op-node.yml @@ -1,4 +1,4 @@ -name: 'Integration Deployment' +name: 'lint and test (op-node)' on: workflow_dispatch: