kou commented on code in PR #104: URL: https://github.com/apache/arrow-datafusion-python/pull/104#discussion_r1041444940
########## .github/workflows/docs.yaml: ########## @@ -0,0 +1,67 @@ +on: + push: + branches: + - master + tags: + - "!**-rc" + paths: + - docs/** + - .github/workflows/docs.yml Review Comment: Could you confirm whether the following case works on your fork? 1. `echo test >> README.md` 2. `git add README.md` (`docs/**` nor `.github/workflows/docs.yaml` aren't changed) 3. `git commit -m 'test'` 4. `git tag -a -m "test" 0.8.0` (This may not trigger this workflow because the last commit doesn't change `docs/**` nor `.github/workflows/docs.yaml`.) 5. `git push` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
