Skip to content

Commit 55f05ac

Browse files
Merge pull request #33 from devgateway/task/DVIZ-24/admin-docker-optimization
chore(DVIZ-24): remove git user
2 parents 715ea8d + c0d3c95 commit 55f05ac

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.github/workflows/pre-release.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55
push:
66
branches:
7-
- develop
7+
- main
88

99
permissions:
1010
contents: write
@@ -24,11 +24,6 @@ jobs:
2424
with:
2525
fetch-depth: '0'
2626

27-
- name: Configure Git user
28-
run: |
29-
git config user.email "[email protected]"
30-
git config user.name "Timothy Mugo Gachengo"
31-
3227
- name: Get Current Date And Time
3328
id: current_date
3429
run: echo "current_date=$(date +'%Y%m%d')" >> $GITHUB_OUTPUT

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55
push:
66
branches:
7-
- main
7+
- production
88
- release/*
99

1010
permissions:

0 commit comments

Comments
 (0)