Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deploy ref #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

deploy ref #2

wants to merge 1 commit into from

Conversation

jisujisu1232
Copy link
Contributor

No description provided.

@@ -31,7 +34,7 @@ jobs:
case "frontend":
return context.ref == "refs/heads/main"
case "devops":
return context.ref == "refs/heads/master"
return context.ref == "${{ inputs.deploy_ref }}"
}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@blue-hope
checkBranch 에서 deploy_ref가 있으면 이걸로 비교하고,
없으면 기존 로직 타도록 해도 괜찮을 것 같습니다.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

그냥 브랜치 상관없이 버튼만 누를 수 있게 하는 조치인거죠?

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@blue-hope
@jisujisu1232이렇게 쓰고 싶어하는 것 같습니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants