Skip to content

Commit

Permalink
[BE] 깃허브 액션 서버에 timezone 설정하기 (#232) (#233)
Browse files Browse the repository at this point in the history
* feat: timezone 설정

* feat: 배포 코드도 timezone 설정

* refactor: 브랜치 수정
  • Loading branch information
pjy1368 authored Jul 20, 2021
1 parent ce59629 commit 9da7e25
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/delete_branch_on_close_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Delete branch on close pr
on:
pull_request:
types: [closed]
branches: [main, develop/be, develop/fe]
branches: [develop/be]

jobs:
delete-branch:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/pr_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
java-version: '11'
distribution: 'adopt'

- name: Setup timezone
uses: zcong1993/setup-timezone@master
with:
timezone: Asia/Seoul

- name: Grant execute permission for gradlew
run: chmod +x gradlew
working-directory: ./backend
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/push_builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
java-version: '11'
distribution: 'adopt'

- name: Setup timezone
uses: zcong1993/setup-timezone@master
with:
timezone: Asia/Seoul

- name: Grant execute permission for gradlew
run: chmod +x gradlew
working-directory: ./backend
Expand Down

0 comments on commit 9da7e25

Please sign in to comment.