diff --git a/.github/workflows/deploy_docs.yml b/.github/workflows/deploy_docs.yml index 4dbfd3fb9a..b7a2834745 100644 --- a/.github/workflows/deploy_docs.yml +++ b/.github/workflows/deploy_docs.yml @@ -1,4 +1,4 @@ -name: deploy docs +name: docs | deploy docs on: schedule: diff --git a/.github/workflows/get_docs_changes.yml b/.github/workflows/get_docs_changes.yml index d0fd936e00..8f2e630480 100644 --- a/.github/workflows/get_docs_changes.yml +++ b/.github/workflows/get_docs_changes.yml @@ -1,4 +1,4 @@ -name: get docs changes +name: util | get docs changes on: workflow_call: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 8edf8f44ce..c300643985 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,5 +1,5 @@ -name: lint +name: lint | lint code and tests on: pull_request: diff --git a/.github/workflows/test_airflow.yml b/.github/workflows/test_airflow.yml index 02513618d6..43b5cfeac1 100644 --- a/.github/workflows/test_airflow.yml +++ b/.github/workflows/test_airflow.yml @@ -1,4 +1,4 @@ -name: test airflow integration +name: tools | test airflow integration on: pull_request: diff --git a/.github/workflows/test_build_images.yml b/.github/workflows/test_build_images.yml index 489d776f40..a1a73ad010 100644 --- a/.github/workflows/test_build_images.yml +++ b/.github/workflows/test_build_images.yml @@ -1,4 +1,4 @@ -name: test build docker images +name: tools | test build docker images on: pull_request: diff --git a/.github/workflows/test_common.yml b/.github/workflows/test_common.yml index 2d96d2eb95..a692ffd3de 100644 --- a/.github/workflows/test_common.yml +++ b/.github/workflows/test_common.yml @@ -1,4 +1,4 @@ -name: test common +name: common | test common on: pull_request: diff --git a/.github/workflows/test_dbt_cloud.yml b/.github/workflows/test_dbt_cloud.yml index 4d8a67b681..7247db5ce2 100644 --- a/.github/workflows/test_dbt_cloud.yml +++ b/.github/workflows/test_dbt_cloud.yml @@ -1,5 +1,5 @@ -name: test dbt cloud +name: tools | test dbt cloud on: pull_request: diff --git a/.github/workflows/test_dbt_runner.yml b/.github/workflows/test_dbt_runner.yml index 44aaf42397..e53f326baa 100644 --- a/.github/workflows/test_dbt_runner.yml +++ b/.github/workflows/test_dbt_runner.yml @@ -1,5 +1,5 @@ -name: test dbt runner +name: tools | test dbt runner on: pull_request: diff --git a/.github/workflows/test_destination_athena.yml b/.github/workflows/test_destination_athena.yml index 177d7f6096..5d5c11d9c6 100644 --- a/.github/workflows/test_destination_athena.yml +++ b/.github/workflows/test_destination_athena.yml @@ -1,5 +1,5 @@ -name: test athena +name: destinations | test athena on: pull_request: diff --git a/.github/workflows/test_destination_athena_iceberg.yml b/.github/workflows/test_destination_athena_iceberg.yml index 920f894aab..1a428f45fd 100644 --- a/.github/workflows/test_destination_athena_iceberg.yml +++ b/.github/workflows/test_destination_athena_iceberg.yml @@ -1,5 +1,5 @@ -name: test athena iceberg +name: destinations | test athena iceberg on: pull_request: diff --git a/.github/workflows/test_destination_bigquery.yml b/.github/workflows/test_destination_bigquery.yml index 4314893a6f..53f9018d38 100644 --- a/.github/workflows/test_destination_bigquery.yml +++ b/.github/workflows/test_destination_bigquery.yml @@ -1,5 +1,5 @@ -name: test bigquery +name: destinations | test bigquery on: pull_request: diff --git a/.github/workflows/test_destination_databricks.yml b/.github/workflows/test_destination_databricks.yml index cb6dc27954..6e1173e3d8 100644 --- a/.github/workflows/test_destination_databricks.yml +++ b/.github/workflows/test_destination_databricks.yml @@ -1,5 +1,5 @@ -name: test databricks +name: destinations | test databricks on: pull_request: diff --git a/.github/workflows/test_destination_mssql.yml b/.github/workflows/test_destination_mssql.yml index 7b14dfd976..8b892e158a 100644 --- a/.github/workflows/test_destination_mssql.yml +++ b/.github/workflows/test_destination_mssql.yml @@ -1,5 +1,5 @@ -name: test MS SQL +name: destinations | test MS SQL on: pull_request: diff --git a/.github/workflows/test_destination_qdrant.yml b/.github/workflows/test_destination_qdrant.yml index 9ef3253629..24fa0d9636 100644 --- a/.github/workflows/test_destination_qdrant.yml +++ b/.github/workflows/test_destination_qdrant.yml @@ -1,4 +1,4 @@ -name: test Qdrant +name: destinations | test Qdrant on: pull_request: diff --git a/.github/workflows/test_destination_snowflake.yml b/.github/workflows/test_destination_snowflake.yml index 7535616b60..53e8af468b 100644 --- a/.github/workflows/test_destination_snowflake.yml +++ b/.github/workflows/test_destination_snowflake.yml @@ -1,5 +1,5 @@ -name: test snowflake +name: destinations | test snowflake on: pull_request: diff --git a/.github/workflows/test_destination_synapse.yml b/.github/workflows/test_destination_synapse.yml index c287c751ac..be818acb39 100644 --- a/.github/workflows/test_destination_synapse.yml +++ b/.github/workflows/test_destination_synapse.yml @@ -1,4 +1,4 @@ -name: test synapse +name: destinations | test synapse on: pull_request: diff --git a/.github/workflows/test_destinations.yml b/.github/workflows/test_destinations.yml index 6742f372c3..246325ed4a 100644 --- a/.github/workflows/test_destinations.yml +++ b/.github/workflows/test_destinations.yml @@ -1,5 +1,5 @@ -name: test redshift, postgres and filesystem buckets +name: destinations | test redshift, postgres and filesystem buckets on: pull_request: diff --git a/.github/workflows/test_doc_snippets.yml b/.github/workflows/test_doc_snippets.yml index 7a862c5800..5587f7ca31 100644 --- a/.github/workflows/test_doc_snippets.yml +++ b/.github/workflows/test_doc_snippets.yml @@ -1,5 +1,5 @@ -name: docs snippet lint and test +name: docs | lint and test snippets & examples on: pull_request: diff --git a/.github/workflows/test_local_destinations.yml b/.github/workflows/test_local_destinations.yml index 11377095d0..b9f5cbc6b9 100644 --- a/.github/workflows/test_local_destinations.yml +++ b/.github/workflows/test_local_destinations.yml @@ -1,7 +1,7 @@ # Tests destinations that can run without credentials. # i.e. local postgres, duckdb, filesystem (with local fs/memory bucket) -name: test local destinations +name: destinations | test local destinations on: pull_request: