Skip to content

Commit

Permalink
perf: change workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuler committed Aug 28, 2024
1 parent d4150fb commit 4e8afee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-static-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,5 @@ jobs:
git add Dockerfile-ee Dockerfile
git commit -m "perf: Update web static version"
git push origin ${{ env.current_branch }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 2 additions & 0 deletions .github/workflows/check-deps-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,5 @@ jobs:
git add .
git commit -m "Update pkg versions"
git push origin pr@${{ matrix.branch }}@upgrade_client
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }

0 comments on commit 4e8afee

Please sign in to comment.