Skip to content

Commit bb1eefc

Browse files
authored
fix: workflow names
* docs: initialize readme with horizontal workflow status badges * fix: workflow names
1 parent 3a92628 commit bb1eefc

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/cd-extract.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy Data Extract Job
1+
name: CD - Data Extractor
22

33
# Only run when merged changes happen in data_extract folder
44
on:
@@ -24,7 +24,7 @@ env:
2424
JOB_NAME: drive-extractor-dev
2525

2626
jobs:
27-
# Call CI-Infra
27+
# Call CI-Infra first
2828
infrastructure-check:
2929
uses: ./.github/workflows/ci-infra.yml
3030
secrets: inherit

.github/workflows/cd-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy Data Pipeline Job
1+
name: CD - Data Pipeline
22

33
# Only run when merged changes happen in data_pipeline folder
44
on:
@@ -24,7 +24,7 @@ env:
2424
JOB_NAME: operations-pipeline-dev
2525

2626
jobs:
27-
# Call CI-Infra
27+
# Call CI-Infra first
2828
infrastructure-check:
2929
uses: ./.github/workflows/ci-infra.yml
3030
secrets: inherit

.github/workflows/ci-infra.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI - Infrastructure Enforcement
1+
name: CI - Infra Enforcement
22

33
on:
44
push:

0 commit comments

Comments
 (0)