Skip to content

Commit dd97e04

Browse files
committed
ci: disable license-check and E2E workflows on push
1 parent 822db74 commit dd97e04

2 files changed

Lines changed: 10 additions & 6 deletions

File tree

.github/workflows/e2e.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ on:
1717
- copilot-cli
1818
- roger-roger
1919
- codex
20-
push:
20+
# Disabled: E2E tests require API keys, not suitable for automated CI
21+
# push:
2122
branches:
2223
- main
2324

.github/workflows/license-check.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,14 @@ name: License Check
22

33
on:
44
workflow_dispatch:
5-
pull_request:
6-
push:
7-
branches:
8-
- main
5+
# Disabled: reusable workflow GrayCodeAI/shared not available
6+
# pull_request:
7+
# push:
8+
# branches:
9+
# - main
910

1011
jobs:
1112
check-licenses:
12-
uses: GrayCodeAI/shared/.github/workflows/license-check-reusable.yml@6e5ecde24c20a17b4146250287307718987b7317 # main
13+
runs-on: ubuntu-latest
14+
steps:
15+
- run: echo "License check disabled - shared workflow not available"

0 commit comments

Comments
 (0)