Skip to content

Commit

Permalink
cleanup workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
cbarbian-sap committed Jul 16, 2023
1 parent 12f50f5 commit 2fee2bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
pages: write
id-token: write
concurrency:
group: "pages"
group: pages
cancel-in-progress: false
environment:
name: github-pages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
concurrency: trigger-release

env:
TAG_PREFIX: ""
TAG_PREFIX: ''
INITIAL_TAG: 0.1.0
SEMVER_VERSION: 3.4.0
HELM_DOCS_VERSION: v1.11.0
Expand Down

0 comments on commit 2fee2bb

Please sign in to comment.