Skip to content

Commit

Permalink
removed the last automatic action and made release branch commit mess…
Browse files Browse the repository at this point in the history
…age more explicit
  • Loading branch information
hubchub committed Jul 25, 2023
1 parent 6197fc1 commit 5325692
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cut-minor-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:

- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Rev'd 'VERSION' file to ${{ env.VERSION }}
commit_message: Cut ${{ env.BRANCH }} release branch and rev'd 'VERSION' file to ${{ env.VERSION }}
branch: main
commit_options: -S
commit_user_email: [email protected]
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/deploy-sandbox.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
name: Build and Deploy to Sandbox
on:
pull_request:
types: [closed]
branches:
- 'v?[0-9]+.[0-9]+'
on: workflow_dispatch
jobs:
buildDeploySandbox:
if: github.event.pull_request.merged == true
Expand Down

0 comments on commit 5325692

Please sign in to comment.