Skip to content

Commit

Permalink
Removing Preview Tags from wokflows
Browse files Browse the repository at this point in the history
Monitor workflow runs for 3 days. Workflow runs look normal now, so removing review tag.
  • Loading branch information
rahul0216 committed Jan 30, 2025
1 parent 30c8bcb commit a493e18
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/content-validations.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Preview - Content Validations
name: Content Validations
run-name: Content Validation running on ${{ github.ref_name }}
on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/data-connector-validations.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Preview - Data Connector Validations
name: Data Connector Validations
run-name: Data Connector running on ${{ github.ref_name }}
on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/detection-validations.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Preview - Detection Validations
name: Detection Validations
run-name: Detection Validations running on ${{ github.ref_name }}
on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documents-link-validation.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Preview - Documents Broken Link Validation
name: Documents Broken Link Validation
run-name: Documents Broken Link Validation running on ${{ github.ref_name }}
on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/json-syntax-validation.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Preview - JSON File Syntax Validation
name: JSON File Syntax Validation
run-name: JSON File Syntax Validation running on ${{ github.ref_name }}
on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/logo-validation.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Preview - Logo Validation
name: Logo Validation
run-name: Logo Validation running on ${{ github.ref_name }}
on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/playbook-validations.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Preview - Playbook Validations
name: Playbook Validations
run-name: Playbook Validations running on ${{ github.ref_name }}
on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sample-data-validation.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Preview - Sample Data Validation
name: Sample Data Validation
run-name: Sample Data Validation running on ${{ github.ref_name }}
on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/solution-validations.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Preview - Solution Validations
name: Solution Validations
run-name: Solution Validations running on ${{ github.ref_name }}
on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workbook-metadata-validations.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Preview - Workbook Metadata Validations
name: Workbook Metadata Validations
run-name: Workbook Metadata Validations running on ${{ github.ref_name }}
on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workbook-template-validations.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Preview - Workbook Template Validations
name: Workbook Template Validations
run-name: Workbook Template Validations running on ${{ github.ref_name }}
on:
pull_request:
Expand Down

0 comments on commit a493e18

Please sign in to comment.