Skip to content

Commit

Permalink
chores: updated echo message
Browse files Browse the repository at this point in the history
  • Loading branch information
dg1223 committed Aug 5, 2023
1 parent 591f7a5 commit 869d21c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
# GITHUB_OUTPUT is a default GitHub env. variable
echo "run_jobs=false" >> ${GITHUB_OUTPUT}
else
echo "Changes to files other than README.md or *.yml or .txt detected. Proceeding with the CI/CD workflow."
echo "Changes to files other than README.md, yml, txt, gitattributes, gitignore and/or gradle detected. Proceeding with the CI/CD workflow."
echo "run_jobs=true" >> ${GITHUB_OUTPUT}
fi
Expand Down

0 comments on commit 869d21c

Please sign in to comment.