diff --git a/.github/workflows/ci-scripts-build.yml b/.github/workflows/ci-scripts-build.yml index ec65a8ce..1510a665 100644 --- a/.github/workflows/ci-scripts-build.yml +++ b/.github/workflows/ci-scripts-build.yml @@ -11,22 +11,20 @@ name: "GHA build" on: push: paths-ignore: - - 'documentation/*' + - 'docs/*' - '**/*.html' - '**/*.md' - '.github/workflows/ci-scripts-build-full.yml' - 'LICENSES/*' - - 'REUSE.toml' branches: - master pull_request: paths-ignore: - - 'documentation/*' + - 'docs/*' - '**/*.html' - '**/*.md' - '.github/workflows/ci-scripts-build-full.yml' - 'LICENSES/*' - - 'REUSE.toml' env: SETUP_PATH: .ci-local:.ci diff --git a/README.md b/README.md index 279e9093..741bd684 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # motor [![Build Status](https://github.com/epics-modules/motor/actions/workflows/ci-scripts-build.yml/badge.svg)](https://github.com/epics-modules/motor/actions/workflows/ci-scripts-build.yml) -[![REUSE status](https://api.reuse.software/badge/github.com/epics-modules/motor)](https://api.reuse.software/info/github.com/epics-modules/motor) This module contains motor support for the Experimental Physics and Industrial Control System (EPICS). diff --git a/REUSE.toml b/REUSE.toml deleted file mode 100644 index 626c15b9..00000000 --- a/REUSE.toml +++ /dev/null @@ -1,9 +0,0 @@ -version = 1 -SPDX-PackageName = "motor" -SPDX-PackageDownloadLocation = "https://github.com/epics-modules/motor" - -[[annotations]] -path = "**" -SPDX-FileCopyrightText = "UChicago Argonne LLC." -SPDX-License-Identifier = "EPICS" -