Skip to content

Commit

Permalink
fix pre-commit ansible
Browse files Browse the repository at this point in the history
Signed-off-by: Oguz Ozturk <[email protected]>
  • Loading branch information
oguzkaganozt committed Feb 19, 2024
1 parent 24136df commit 1c6637e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-and-push-main-self-hosted.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ name: docker-build-and-push-main-self-hosted
on:
push:
tags:
- "adkit-v*.*.*"
- adkit-v*.*.*

Check warning on line 11 in .github/workflows/docker-build-and-push-main-self-hosted.yaml

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (adkit)
branches:
- main
schedule:
- cron: 0 0 1,15 * *
workflow_dispatch:
inputs:
save-artifacts:
description: "Save artifacts to Github Actions"
description: Save artifacts to Github Actions

Check warning on line 19 in .github/workflows/docker-build-and-push-main-self-hosted.yaml

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (Github)
required: true
default: true
type: boolean
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-and-push-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ name: docker-build-and-push-main
on:
push:
tags:
- "adkit-v*.*.*"
- adkit-v*.*.*

Check warning on line 11 in .github/workflows/docker-build-and-push-main.yaml

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (adkit)
branches:
- main
schedule:
- cron: 0 0 1,15 * *
workflow_dispatch:
inputs:
save-artifacts:
description: "Save artifacts to Github Actions"
description: Save artifacts to Github Actions
required: true
default: true
type: boolean
Expand Down

0 comments on commit 1c6637e

Please sign in to comment.