Skip to content

Commit fc53131

Browse files
jmesnilclaude
andcommitted
ci: revert to push/PR triggers for TCK workflow
Run TCK directly on push to main and PRs against main instead of chaining via workflow_run. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent cc7a092 commit fc53131

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/run-tck.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
name: Run TCK
22

33
on:
4-
workflow_run:
5-
workflows: ["Build and Test"]
6-
types:
7-
- completed
4+
push:
5+
branches:
6+
- main
7+
pull_request:
8+
branches:
9+
- main
810
workflow_dispatch:
911

1012
env:
@@ -21,7 +23,6 @@ concurrency:
2123

2224
jobs:
2325
tck-test:
24-
if: ${{ github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success' }}
2526
runs-on: ubuntu-latest
2627
strategy:
2728
matrix:

0 commit comments

Comments
 (0)