Check if you are trying to kick owner #38

Merged
radical merged 6 commits from wip/kick into main 2025-07-23 12:59:35 +00:00
Showing only changes of commit bf5cc600b9 - Show all commits

View file

@ -5,7 +5,6 @@ steps:
- cargo build --release
when:
- event: push
- event: pull_request
- name: build-arm64
image: rust:1.88-bookworm
@ -20,7 +19,6 @@ steps:
PKG_CONFIG_PATH: /usr/aarch64-linux-gnu/lib/pkgconfig
when:
- event: push
- event: pull_request
- name: container-build-and-publish
image: docker