Skip to content

Commit 81a8c3d

Browse files
committed
HIA-763: Formatting based on review feedback
1 parent 95c12f6 commit 81a8c3d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/format-code.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
format-code:
9-
if: ${{ github.actor != 'dependabot[bot]' }}
9+
if: github.actor != 'dependabot[bot]'
1010
name: 🧹 Format code
1111
runs-on: ubuntu-latest
1212
steps:

.github/workflows/generate-plantuml-diagrams.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
generate-diagrams:
9-
if: ${{ github.actor != 'dependabot[bot]' }}
9+
if: github.actor != 'dependabot[bot]'
1010
runs-on: ubuntu-latest
1111
defaults:
1212
run:

.github/workflows/publish-docs.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
deploy-openapi:
9-
if: ${{ github.actor != 'dependabot[bot]' }}
9+
if: github.actor != 'dependabot[bot]'
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4
@@ -39,7 +39,7 @@ jobs:
3939
target-folder: openapi
4040

4141
build-docs:
42-
if: ${{ github.actor != 'dependabot[bot]' }}
42+
if: github.actor != 'dependabot[bot]'
4343
runs-on: ubuntu-latest
4444
needs:
4545
- deploy-openapi
@@ -61,7 +61,7 @@ jobs:
6161
path: tech-docs/build/
6262

6363
deploy-docs:
64-
if: ${{ github.actor != 'dependabot[bot]' }}
64+
if: github.actor != 'dependabot[bot]'
6565
runs-on: ubuntu-latest
6666
needs:
6767
- build-docs

0 commit comments

Comments
 (0)