Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
retention-days: 90

deploy:
if: "${{ github.repository_owner == 'weaveworks' && !github.event.pull_request.head.repo.fork }}"
if: "${{ github.repository_owner == 'weaveworks' && !github.event.pull_request.head.repo.fork && github.ref_name == 'main'}}"
permissions:
statuses: write
pull-requests: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prepare-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
jq '.version = "'$GITOPS_VERSION'"' < package.json > package-new.json
mv package-new.json package.json
yarn
yarn test -- -u
yarn test -u
git commit -am "Update javascript library version to $GITOPS_VERSION"

- name: Update Chart
Expand Down