Skip to content

Commit 3f1c76b

Browse files
committed
run ci in draft (revert me)
x
1 parent f93b3e6 commit 3f1c76b

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/ci-tests-fabric.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Test Fabric
33
# see: https://help.github.com/en/actions/reference/events-that-trigger-workflows
44
on:
55
push:
6-
branches: [master, "release/*"]
6+
branches: ["*"]
77
pull_request:
8-
branches: [master, "release/*"]
9-
types: [opened, reopened, ready_for_review, synchronize] # added `ready_for_review` since draft is skipped
8+
branches: ["*"]
9+
types: [opened, synchronize, reopened]
1010
paths:
1111
- ".actions/*"
1212
- "requirements/ci.txt"

.github/workflows/ci-tests-pytorch.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Test PyTorch
33
# see: https://help.github.com/en/actions/reference/events-that-trigger-workflows
44
on:
55
push:
6-
branches: [master, "release/*"]
6+
branches: ["*"]
77
pull_request:
8-
branches: [master, "release/*"]
9-
types: [opened, reopened, ready_for_review, synchronize] # added `ready_for_review` since draft is skipped
8+
branches: ["*"]
9+
types: [opened, synchronize, reopened]
1010
paths:
1111
- ".actions/*"
1212
- "requirements/ci.txt"

.github/workflows/docs-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name: Docs builds
33

44
on:
55
push:
6-
branches: ["master", "release/*"]
6+
branches: ["*"]
77
tags: ["*"]
88
pull_request:
9-
branches: ["master", "release/*"]
10-
types: [opened, reopened, ready_for_review, synchronize] # added `ready_for_review` since draft is skipped
9+
branches: ["*"]
10+
types: [opened, synchronize, reopened]
1111
paths:
1212
- ".actions/*"
1313
- ".github/workflows/docs-build.yml"

0 commit comments

Comments
 (0)