Skip to content

Commit 628046a

Browse files
committed
ci: disable auto-trigger on build.yml (no PyPI publishing for fork)
opensensor/fief is a deployment fork - we don't publish to PyPI. Changed trigger from push/pull_request to workflow_dispatch only so the lint/test/pypi pipeline no longer fails on every commit. Use docker-image.yml for automated Docker image publishing.
1 parent a1e2aa9 commit 628046a

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
name: Build
22

3+
# This workflow is kept for reference but disabled from automatic triggers.
4+
# opensensor/fief does not publish to PyPI; use docker-image.yml for releases.
5+
# Trigger manually via GitHub UI -> Actions -> Build -> Run workflow if needed.
36
on:
4-
push:
5-
pull_request:
7+
workflow_dispatch:
68

79
jobs:
810
lint:

0 commit comments

Comments
 (0)