From a7be3a8e527738e23c14e4e314b917c5d485f5bd Mon Sep 17 00:00:00 2001 From: Yuri Shkuro Date: Mon, 30 Nov 2020 22:12:27 -0500 Subject: [PATCH] Rename GH Action workflows (#2672) --- .../workflows/{all-in-one-build.yml => ci-all-in-one-build.yml} | 0 .../{cassandra-integration-tests.yml => ci-cassandra.yml} | 2 +- .../{es-integration-tests.yml => ci-elasticsearch.yml} | 2 +- .github/workflows/{kafka-integration-tests.yml => ci-kafka.yml} | 2 +- ...memory-badger-integration-tests.yml => ci-memory-badger.yml} | 2 +- .github/workflows/{protogen-tests.yml => ci-protogen-tests.yml} | 2 +- .github/workflows/{unit-tests.yml => ci-unit-tests.yml} | 0 7 files changed, 5 insertions(+), 5 deletions(-) rename .github/workflows/{all-in-one-build.yml => ci-all-in-one-build.yml} (100%) rename .github/workflows/{cassandra-integration-tests.yml => ci-cassandra.yml} (93%) rename .github/workflows/{es-integration-tests.yml => ci-elasticsearch.yml} (94%) rename .github/workflows/{kafka-integration-tests.yml => ci-kafka.yml} (93%) rename .github/workflows/{memory-badger-integration-tests.yml => ci-memory-badger.yml} (92%) rename .github/workflows/{protogen-tests.yml => ci-protogen-tests.yml} (93%) rename .github/workflows/{unit-tests.yml => ci-unit-tests.yml} (100%) diff --git a/.github/workflows/all-in-one-build.yml b/.github/workflows/ci-all-in-one-build.yml similarity index 100% rename from .github/workflows/all-in-one-build.yml rename to .github/workflows/ci-all-in-one-build.yml diff --git a/.github/workflows/cassandra-integration-tests.yml b/.github/workflows/ci-cassandra.yml similarity index 93% rename from .github/workflows/cassandra-integration-tests.yml rename to .github/workflows/ci-cassandra.yml index e0748db372e..b1a3d6879d6 100644 --- a/.github/workflows/cassandra-integration-tests.yml +++ b/.github/workflows/ci-cassandra.yml @@ -1,4 +1,4 @@ -name: Integration Tests +name: CIT Cassandra on: push: diff --git a/.github/workflows/es-integration-tests.yml b/.github/workflows/ci-elasticsearch.yml similarity index 94% rename from .github/workflows/es-integration-tests.yml rename to .github/workflows/ci-elasticsearch.yml index 92768daed06..316fb3882d3 100644 --- a/.github/workflows/es-integration-tests.yml +++ b/.github/workflows/ci-elasticsearch.yml @@ -1,4 +1,4 @@ -name: Integration Tests +name: CIT Elasticsearch on: push: diff --git a/.github/workflows/kafka-integration-tests.yml b/.github/workflows/ci-kafka.yml similarity index 93% rename from .github/workflows/kafka-integration-tests.yml rename to .github/workflows/ci-kafka.yml index 3853f6ebafd..c10af5740ad 100644 --- a/.github/workflows/kafka-integration-tests.yml +++ b/.github/workflows/ci-kafka.yml @@ -1,4 +1,4 @@ -name: Integration Tests +name: CIT Kafka on: push: diff --git a/.github/workflows/memory-badger-integration-tests.yml b/.github/workflows/ci-memory-badger.yml similarity index 92% rename from .github/workflows/memory-badger-integration-tests.yml rename to .github/workflows/ci-memory-badger.yml index 3c62cce9ca5..77b9584958b 100644 --- a/.github/workflows/memory-badger-integration-tests.yml +++ b/.github/workflows/ci-memory-badger.yml @@ -1,4 +1,4 @@ -name: Integration Tests +name: CIT Memory And Badger on: push: diff --git a/.github/workflows/protogen-tests.yml b/.github/workflows/ci-protogen-tests.yml similarity index 93% rename from .github/workflows/protogen-tests.yml rename to .github/workflows/ci-protogen-tests.yml index 54f07a177e6..aa692dc4d47 100644 --- a/.github/workflows/protogen-tests.yml +++ b/.github/workflows/ci-protogen-tests.yml @@ -1,4 +1,4 @@ -name: Validation +name: Protogen Validation on: push: diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/ci-unit-tests.yml similarity index 100% rename from .github/workflows/unit-tests.yml rename to .github/workflows/ci-unit-tests.yml