Skip to content

Commit 7a42ee0

Browse files
authored
Remove auto commit from build-push workflow
Removed auto commit step from GitHub Actions workflow.
1 parent cda74c3 commit 7a42ee0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/build-push-next.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
uses: actions/checkout@v4
2525
with:
2626
repository: eelab-dev/EEcircuit
27-
ref: test # Checkout the "next" branch
2827

2928
- name: Update Dependencies
3029
run: npx --yes npm-check-updates -u
@@ -75,8 +74,3 @@ jobs:
7574
name: playwright-report
7675
path: playwright-report/
7776
retention-days: 30
78-
79-
# auto commit
80-
- uses: stefanzweifel/git-auto-commit-action@v5
81-
with:
82-
commit_message: Auto updates after tests

0 commit comments

Comments
 (0)