Skip to content

Commit 83ff24a

Browse files
committed
run ci in draft (revert me)
1 parent f93b3e6 commit 83ff24a

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ 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: ["*"]
109
paths:
1110
- ".actions/*"
1211
- "requirements/ci.txt"

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ 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: ["*"]
109
paths:
1110
- ".actions/*"
1211
- "requirements/ci.txt"

.github/workflows/docs-build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@ 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: ["*"]
1110
paths:
1211
- ".actions/*"
1312
- ".github/workflows/docs-build.yml"

0 commit comments

Comments
 (0)