Skip to content

Commit

Permalink
add prefixes to workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-rp committed Mar 28, 2024
1 parent 190fd2f commit 053ea3a
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: deploy docs
name: docs | deploy docs

on:
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/get_docs_changes.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: get docs changes
name: util | get docs changes

on:
workflow_call:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

name: lint
name: lint | lint code and tests

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_airflow.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: test airflow integration
name: tools | test airflow integration

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_build_images.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: test build docker images
name: tools | test build docker images

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_common.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: test common
name: common | test common

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_dbt_cloud.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

name: test dbt cloud
name: tools | test dbt cloud

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_dbt_runner.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

name: test dbt runner
name: tools | test dbt runner

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_destination_athena.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

name: test athena
name: destinations | test athena

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_destination_athena_iceberg.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

name: test athena iceberg
name: destinations | test athena iceberg

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_destination_bigquery.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

name: test bigquery
name: destinations | test bigquery

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_destination_databricks.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

name: test databricks
name: destinations | test databricks

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_destination_mssql.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

name: test MS SQL
name: destinations | test MS SQL

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_destination_qdrant.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: test Qdrant
name: destinations | test Qdrant

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_destination_snowflake.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

name: test snowflake
name: destinations | test snowflake

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_destination_synapse.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: test synapse
name: destinations | test synapse

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_destinations.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

name: test redshift, postgres and filesystem buckets
name: destinations | test redshift, postgres and filesystem buckets

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_doc_snippets.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

name: docs snippet lint and test
name: docs | lint and test snippets & examples

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_local_destinations.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 053ea3a

Please sign in to comment.