Skip to content

Commit

Permalink
run ci in draft (revert me)
Browse files Browse the repository at this point in the history
  • Loading branch information
awaelchli committed Mar 1, 2024
1 parent f93b3e6 commit 83ff24a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci-tests-fabric.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ name: Test Fabric
# see: https://help.github.com/en/actions/reference/events-that-trigger-workflows
on:
push:
branches: [master, "release/*"]
branches: ["*"]
pull_request:
branches: [master, "release/*"]
types: [opened, reopened, ready_for_review, synchronize] # added `ready_for_review` since draft is skipped
branches: ["*"]
paths:
- ".actions/*"
- "requirements/ci.txt"
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/ci-tests-pytorch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ name: Test PyTorch
# see: https://help.github.com/en/actions/reference/events-that-trigger-workflows
on:
push:
branches: [master, "release/*"]
branches: ["*"]
pull_request:
branches: [master, "release/*"]
types: [opened, reopened, ready_for_review, synchronize] # added `ready_for_review` since draft is skipped
branches: ["*"]
paths:
- ".actions/*"
- "requirements/ci.txt"
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/docs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ name: Docs builds

on:
push:
branches: ["master", "release/*"]
branches: ["*"]
tags: ["*"]
pull_request:
branches: ["master", "release/*"]
types: [opened, reopened, ready_for_review, synchronize] # added `ready_for_review` since draft is skipped
branches: ["*"]
paths:
- ".actions/*"
- ".github/workflows/docs-build.yml"
Expand Down

0 comments on commit 83ff24a

Please sign in to comment.