Skip to content

Commit

Permalink
Rename workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
NiallRees committed Jan 28, 2022
1 parent 115560e commit 8a0fc84
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ trim_trailing_whitespace = true
insert_final_newline = true

[*.yml]
indent_size = 2
indent_size = 2
2 changes: 1 addition & 1 deletion .github/workflows/ci_sqlfluff.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Adapted from https://github.com/sqlfluff/sqlfluff-github-actions/tree/main/menu_of_workflows/surfline
name: SQLFluff lint dbt models
name: CI SQLFluff lint dbt models

on:
workflow_dispatch:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: dbt_artifacts_ci
name: CI test package

on:
workflow_dispatch:
Expand All @@ -17,7 +17,7 @@ env:
SNOWFLAKE_TEST_WAREHOUSE: ${{ secrets.SNOWFLAKE_TEST_WAREHOUSE }}

jobs:
ci_workflow:
ci-workflow:
runs-on: ubuntu-latest
environment:
name: Approve Integration Tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main_sqlfluff.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Adapted from https://github.com/sqlfluff/sqlfluff-github-actions/tree/main/menu_of_workflows/surfline
name: SQLFluff lint dbt models
name: Main branch SQLFluff lint dbt models

on:
workflow_dispatch:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main_test_models.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: dbt_artifacts_ci
name: Main branch test package

# triggers for the workflow
on:
Expand All @@ -18,7 +18,7 @@ env:
SNOWFLAKE_TEST_WAREHOUSE: ${{ secrets.SNOWFLAKE_TEST_WAREHOUSE }}

jobs:
ci_workflow:
ci-workflow:
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 8a0fc84

Please sign in to comment.