diff --git a/.github/workflows/master.yaml b/.github/workflows/master.yaml index b80569a4bb..14bde0b85b 100644 --- a/.github/workflows/master.yaml +++ b/.github/workflows/master.yaml @@ -1,5 +1,5 @@ # SPDX-License-Identifier: Apache-2.0 -# Copyright 2023 Canonical Ltd. +# Copyright 2024 Canonical Ltd. name: Master workflow diff --git a/.github/workflows/reuse.yml b/.github/workflows/reuse.yml deleted file mode 100644 index 4d1c372536..0000000000 --- a/.github/workflows/reuse.yml +++ /dev/null @@ -1,18 +0,0 @@ -# SPDX-License-Identifier: Apache-2.0 -# Copyright 2023 Intel Corporation - -name: REUSE Compliance Check - -on: [push, pull_request] - -jobs: - check: - runs-on: '${{ matrix.os }}' - strategy: - matrix: - os: - - ubuntu-latest - steps: - - uses: actions/checkout@v3 - - name: REUSE Compliance Check - uses: fsfe/reuse-action@v1