Skip to content

Commit 5885d86

Browse files
committed
Cleanup: remove test push trigger before merging to main
1 parent 3b81e2c commit 5885d86

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/sbom.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
name: Generate SBOM
22

33
on:
4-
# TEST ONLY: trigger on push to this branch so the workflow can be validated
5-
# without merging to main. Remove this block before merging.
6-
push:
7-
branches: [feature/sbom-generation]
84
# Runs after build.yaml completes successfully on main — no duplicate build
95
workflow_run:
106
workflows: ["Build and Test Package"]
@@ -32,7 +28,6 @@ jobs:
3228
setup:
3329
name: Read Config
3430
if: >
35-
github.event_name == 'push' ||
3631
github.event_name == 'release' ||
3732
github.event_name == 'workflow_dispatch' ||
3833
github.event.workflow_run.conclusion == 'success'

0 commit comments

Comments
 (0)