Revision 20a00abe35a3f54db5bcb54ca8c04d3f679042ea authored by Junio C Hamano on 09 October 2020, 04:53:26 UTC, committed by Junio C Hamano on 09 October 2020, 04:53:26 UTC
The logic to skip testing on the tagged commit and the tag itself
was not quite consistent which led to failure of Windows test
tasks.  It has been revamped to consistently skip revisions that
have already been tested, based on the tree object of the revision.

* js/ci-ghwf-dedup-tests:
  ci: do not skip tagged revisions in GitHub workflows
  ci: skip GitHub workflow runs for already-tested commits/trees
2 parent s d620daa + 4463ce7
History
File Mode Size
po
.gitignore -rw-r--r-- 27 bytes
Makefile -rw-r--r-- 2.2 KB
gitk -rwxr-xr-x 391.7 KB

back to top