mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 08:44:04 +00:00
ci: reformulate condition
This commit is contained in:
parent
88855ec568
commit
a3e58ee3b1
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: Tests
|
||||
name: CI
|
||||
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
|||
2
.github/workflows/extensions.yml
vendored
2
.github/workflows/extensions.yml
vendored
|
|
@ -47,7 +47,7 @@ jobs:
|
|||
uses: docker/setup-qemu-action@v3
|
||||
|
||||
- name: Build C files
|
||||
if: ! (runner.os == 'Linux' && matrix.arch == 'ARM64')
|
||||
if: runner.os != 'Linux' || matrix.arch != 'ARM64'
|
||||
run: cd extensions && make
|
||||
|
||||
- name: Build C files (Linux cross-compilation)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue