Skip to content

Commit 7a8ba8d

Browse files
committed
bad quotation mark kills it all
1 parent b0940d1 commit 7a8ba8d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci-main-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ on:
9393
type: boolean
9494
default: true
9595
report-to-atlassian-dashboard:
96-
description: 'Report Sonar test coverage and other metrics to Atlassian dashboard (Irfan's QA dashboard)'
96+
description: 'Report Sonar test coverage and other metrics to Atlassian dashboard (Irfans QA dashboard)'
9797
required: false
9898
type: boolean
9999
default: true

.github/workflows/stubs/ci-main-pull-request-stub.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ on:
1515

1616
workflow_dispatch:
1717

18-
env:
19-
STUB_VERSION: "1.0.0" # TODO: update this to the version of the stub
18+
env:
19+
STUB_VERSION: "1.0.0" # TODO: update this to the version of the stub
2020

2121
jobs:
2222
echo_inputs:
@@ -45,7 +45,7 @@ jobs:
4545
unit-tests: false
4646

4747
perform-sonarqube-sca-scan: true
48-
perform-sonar-build:
48+
perform-sonar-build: false
4949
# build-profile: 'default' # TODO: implement this flag - chef360 container build flags, etc
5050
report-unit-test-coverage: true
5151

0 commit comments

Comments
 (0)