Skip to content

Commit 7693fd8

Browse files
clauder33drichards
authored andcommitted
Limit module policy CI to pull requests only
Remove push-to-main, daily schedule, and workflow_dispatch triggers. https://claude.ai/code/session_01ReRwVdpytBRvCLn8pWHNEV
1 parent 62524d7 commit 7693fd8

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

.github/workflows/module-policy-integration.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,13 @@
11
name: Module Policy Integration Test
22

33
on:
4-
push:
5-
branches: [main]
6-
paths:
7-
- Dockerfile
8-
- docker-compose.module-policy.yml
9-
- policies/**
10-
- tests/module-policy-integration.sh
11-
- server/src/**
124
pull_request:
13-
branches: [main]
145
paths:
156
- Dockerfile
167
- docker-compose.module-policy.yml
178
- policies/**
189
- tests/module-policy-integration.sh
1910
- server/src/**
20-
schedule:
21-
- cron: "0 6 * * *" # daily at 06:00 UTC
22-
workflow_dispatch:
2311

2412
jobs:
2513
integration-test:

0 commit comments

Comments
 (0)