Skip to content

Commit

Permalink
BYPASS If check
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Stanea <Adrian.Stanea@analog.com>
  • Loading branch information
Adrian-Stanea committed Nov 12, 2024
1 parent 9c6c03a commit dd83216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CI/ubuntu/doxygen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ echo_green "Documentation was generated successfully!"
# If the current build is not a pull request and it is on the default branch the
# documentation will be pushed to the gh-pages branch
############################################################################
if [[ "${IS_PULL_REQUEST}" == "False" && "${BRANCH_NAME}" == "main" ]]
if [[ "${IS_PULL_REQUEST}" == "False" ]]
then
echo_green "Running Github docs update on commit '$CURRENT_COMMIT'"
git config --global user.email "cse-ci-notifications@analog.com"
Expand Down

0 comments on commit dd83216

Please sign in to comment.