Browse Source

fix(ci): run ci on all PRs (#1884)

* fix devel sysupgrade

* fix ci stuck on .po
Jo 2 years ago
parent
commit
86bba8a289
2 changed files with 2 additions and 11 deletions
  1. 1 5
      .github/workflows/multiarch-build.yml
  2. 1 6
      .github/workflows/testing.yml

+ 1 - 5
.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:

+ 1 - 6
.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
+        run: make test