From: Francois V. <fvo...@fr...> - 2024-09-15 10:45:35
|
Jan, Interesting. Let me learn something: why is your commit below of any usefulness and why are you requesting this? My reasoning: - The CI runners only run (once a day) when there is a new commit in a branch. They do not run over and over on the same tip of any branch (see 'on: push: branches: ...' in the .yml files). - When I merge in the release branches I always first revert the .yml file and commit only after this revert. So I don't see why and how it would hurt to leave the github build directives in a closed bugfix branch (only). Regards, Francois Le 14/09/2024 à 23:48, no...@tc... a écrit : > Automated mail by fx, on behalf of no...@tc... > > Commit [f83994c590bc8a23add49d7c7ea84f370465c8fd059aed52e1e2df514bdf128b] > By jan.nijtmans > For Tk (branch: bug-1871581951) > On 2024-09-14T21:48:03.212 > Details https://core.tcl-lang.org/tk/info/f83994c590bc8a23add49d7c7ea84f370465c8fd059aed52e1e2df514bdf128b > > Description > Please cleanup GITHUB building after the build is done. > > Changed Files > 3 edited > .github/workflows/linux-build.yml > .github/workflows/mac-build.yml > .github/workflows/win-build.yml > > ------------------------------------------------------------ > See Tcl/Tk development @ http://core.tcl-lang.org/ > ------------------------------------------------------------ > > > _______________________________________________ > Tcl-Bugs mailing list > Tcl...@li... > https://lists.sourceforge.net/lists/listinfo/tcl-bugs |