Skip to content

Commit

Permalink
retreived to original
Browse files Browse the repository at this point in the history
  • Loading branch information
ywkim312 committed Jan 19, 2024
1 parent 9c43660 commit 7486ba1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/smile-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
DOCKERHUB_PUSH="false"
DOCKERHUB_README="false"
if [ "${{ github.repository }}" == "${{ env.MAIN_REPO }}" ]; then
if [ ${BRANCH} == "PR-116" ]; then
if [ ${BRANCH} == "main" ]; then
if [ "${{ secrets.DOCKERHUB_USERNAME }}" != "" -a "${{ secrets.DOCKERHUB_PASSWORD }}" != "" ]; then
DOCKERHUB_PUSH="true"
if [ -e "README.md" ]; then
Expand All @@ -90,9 +90,7 @@ jobs:
# should we push to Github
GITHUB_PUSH="false"
if [ "${{ github.repository }}" == "${{ env.MAIN_REPO }}" ]; then
if [ ${BRANCH} == "PR-116" ]; then
GITHUB_PUSH="true"
fi
fi
# should we push to NCSA
Expand Down

0 comments on commit 7486ba1

Please sign in to comment.