kou commented on issue #46014:
URL: https://github.com/apache/arrow/issues/46014#issuecomment-3300808717

   > How about `strategy.fail-fast: ${{ github.event_name == 'pull_request' 
}}`? We don't use `fail-fast` only on pull request. Developers can see all 
results on their fork repository.
   
   Hmm. I think that this is enough for us...
   
   In general, the `git push` -> post a `@github-actions ...` comment to run 
jobs -> check results -> `git push` -> post a `@github-actions ...` comment to 
run jobs  -> check results workflow is inconvenient than the `git push` -> 
check results -> `git push` -> check results workflow for me. It has one more 
step (post a comment) and increases needless comment history. So I don't want 
to use the workflow as much as possible.
   
   If we really want to filter jobs, how about adding more `CI: Extra: ...` 
labels?


-- 
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]

Reply via email to