This is an automated email from the ASF dual-hosted git repository.
liurenjie1024 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-rust.git
The following commit(s) were added to refs/heads/main by this push:
new b05a675db infra: Restrict audit workflow to main apache/iceberg-rust
repository (#1974)
b05a675db is described below
commit b05a675db44645becc60422b596f16cca8816a89
Author: Kevin Liu <[email protected]>
AuthorDate: Thu Jan 15 02:21:08 2026 -0500
infra: Restrict audit workflow to main apache/iceberg-rust repository
(#1974)
## Which issue does this PR close?
- Closes #.
## What changes are included in this PR?
I noticed this workflow will run on my forked repo periodically. Let's
disable it for forked repos
## Are these changes tested?
---
.github/workflows/audit.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml
index fc6b1224e..a86c58e5c 100644
--- a/.github/workflows/audit.yml
+++ b/.github/workflows/audit.yml
@@ -39,6 +39,7 @@ on:
jobs:
security_audit:
runs-on: ubuntu-latest
+ if: github.repository == 'apache/iceberg-rust'
steps:
- uses: actions/checkout@v6
- name: Setup Rust toolchain