From 86bba8a289faab137a4c01ffc42a6c9d0a2f0f91 Mon Sep 17 00:00:00 2001 From: Jo Date: Tue, 3 Jan 2023 19:35:44 +0000 Subject: [PATCH] fix(ci): run ci on all PRs (#1884) * fix devel sysupgrade * fix ci stuck on .po --- .github/workflows/multiarch-build.yml | 6 +----- .github/workflows/testing.yml | 7 +------ 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/.github/workflows/multiarch-build.yml b/.github/workflows/multiarch-build.yml index 768c51e3..9f6ef5a4 100644 --- a/.github/workflows/multiarch-build.yml +++ b/.github/workflows/multiarch-build.yml @@ -9,11 +9,7 @@ jobs: strategy: matrix: arch: - [ - "linux/amd64 x86_64", - "linux/arm/v7 armv7h", - "linux/arm64 aarch64", - ] + ["linux/amd64 x86_64", "linux/arm/v7 armv7h", "linux/arm64 aarch64"] name: Build ${{ matrix.arch }} runs-on: ubuntu-latest steps: diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 6e999d5e..43790084 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -1,11 +1,6 @@ name: Test against pacman on: pull_request: - paths-ignore: - - "doc/**" - - "**/*.po" - - "README.md" - - ".gitignore" jobs: build: @@ -24,4 +19,4 @@ jobs: - name: Lint run: /app/bin/golangci-lint run ./... - name: Run Build and Tests - run: make test \ No newline at end of file + run: make test