diff --git a/.github/workflows/filecopymethod-test.yml b/.github/workflows/filecopymethod-test.yml index 1f630d5..8fd6ddc 100644 --- a/.github/workflows/filecopymethod-test.yml +++ b/.github/workflows/filecopymethod-test.yml @@ -1,3 +1,5 @@ +name: FileCopyMethod + # Some platform-specific file copy syscalls (e.g. creating reflinks) are only # supported on some platforms, and only with specific filesystems. These # syscalls are used by different FileCopyMethod implementations. @@ -5,7 +7,6 @@ # This workflow sets up the conditions needed for those syscalls to work, # and then runs the tests with the different FileCopyMethods. -name: FileCopyMethod on: push: