From ea4181569a27ffe60e027dace3dd9937bb157edf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Fri, 24 Dec 2021 10:44:09 +0100 Subject: [PATCH] Update changes.yml --- .github/workflows/changes.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/changes.yml b/.github/workflows/changes.yml index f86dc35b..661dcd84 100644 --- a/.github/workflows/changes.yml +++ b/.github/workflows/changes.yml @@ -29,7 +29,7 @@ jobs: Prepare: runs-on: ubuntu-latest - name: "Looking for changes" + name: Changes if: ${{ github.repository_owner == 'Armbian' }} steps: @@ -40,7 +40,6 @@ jobs: fetch-depth: 0 repository: armbian/build path: build - ref: nightly clean: false - name: Checkout support scripts @@ -111,6 +110,6 @@ jobs: uses: actions/upload-artifact@v2 with: - name: hash + name: changes if-no-files-found: ignore path: changes.txt