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

* fix devel sysupgrade

* fix ci stuck on .po
This commit is contained in:
Jo 2023-01-03 19:35:44 +00:00 committed by GitHub
parent 47b1428a25
commit 86bba8a289
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 11 deletions

View file

@ -9,11 +9,7 @@ jobs:
strategy: strategy:
matrix: matrix:
arch: 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 }} name: Build ${{ matrix.arch }}
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:

View file

@ -1,11 +1,6 @@
name: Test against pacman name: Test against pacman
on: on:
pull_request: pull_request:
paths-ignore:
- "doc/**"
- "**/*.po"
- "README.md"
- ".gitignore"
jobs: jobs:
build: build:
@ -24,4 +19,4 @@ jobs:
- name: Lint - name: Lint
run: /app/bin/golangci-lint run ./... run: /app/bin/golangci-lint run ./...
- name: Run Build and Tests - name: Run Build and Tests
run: make test run: make test