Skip to content

Commit 743940f

Browse files
committed
temp: test on dispatch
1 parent afb7759 commit 743940f

File tree

5 files changed

+5
-25
lines changed

5 files changed

+5
-25
lines changed

.github/workflows/build-wheel.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: Build and Test Python Wheel
22

3-
on:
4-
push:
5-
tags:
6-
- "v*"
3+
on: workflow_dispatch
74

85
env:
96
POETRY_VERSION: "1.8.2"

.github/workflows/full-tests.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
name: Full Tests
22

3-
on:
4-
push:
5-
branches:
6-
- main
7-
paths:
8-
- "pyproject.toml"
9-
release:
10-
types:
11-
- created
3+
on: workflow_dispatch
124

135
jobs:
146
call-tests:

.github/workflows/pr-tests.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@ name: PR Tests
22
env:
33
PYTHON_VERSION: 3.11
44

5-
on:
6-
pull_request:
7-
paths-ignore:
8-
- "**/*.md"
5+
on: workflow_dispatch
96

107
jobs:
118
call-tests:

.github/workflows/test-docker.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: Test Docker Image
22

3-
on:
4-
push:
5-
tags:
6-
- "v*"
3+
on: workflow_dispatch
74

85
env:
96
IMAGE: nemoguardrails

.github/workflows/test-wheel.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: Test Python Wheel
22

3-
on:
4-
push:
5-
tags:
6-
- "v*" # Triggered by version tags to match the build-wheel trigger
3+
on: workflow_dispatch
74

85
jobs:
96
test-wheel:

0 commit comments

Comments
 (0)