cpython/.github/workflows
Victor Stinner eaa551702d
bpo-40548: Fix "Check for source changes (pull_request)" GH Action job (GH-21806)
On Git 2.28, "git diff master..." (3 dots) no longer works when
"fetch --depth=1" is used, whereas it works on Git 2.26.

Replace "..." (3 dots) with ".." (2 dots) in the "git diff" command
computing the list of modified files between the base branch and the
PR branch.
2020-08-10 18:36:59 +02:00
..
build.yml bpo-40548: Fix "Check for source changes (pull_request)" GH Action job (GH-21806) 2020-08-10 18:36:59 +02:00
build_msi.yml Use v2 of GitHub Actions where available (GH-20232) 2020-05-20 09:38:41 -07:00
coverage.yml bpo-40474: Updated coverage.yml to better report coverage stats (#19851) 2020-05-28 11:51:44 -07:00
doc.yml [workflow] Use Sphinx problem matcher on GitHub docs builds (GH-20325) 2020-05-25 22:32:24 +01:00
posix-deps-apt.sh bpo-39041: Add GitHub Actions support (GH-17594) 2019-12-16 10:35:22 -08:00