You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/workflows/README.md
+11-6
Original file line number
Diff line number
Diff line change
@@ -35,21 +35,26 @@ To test this on 1.13.x branch:
35
35
36
36
**NOTE: After the PR opens in solo-apis, we want to avoid the chance that it merges. Please put a 'work in progress' label on the PR to prevent it from merging.**
Conformance tests a pinned version of the [Kubernetes Gateway API Conformance suite](https://github.com/kubernetes-sigs/gateway-api/blob/main/conformance/conformance_test.go).
40
+
41
+
### Draft Pull Requests
42
+
This Github Action will not run by default on a Draft Pull Request. After a Pull Request is marked as `Ready for Review`
43
+
it will trigger the action to run.
44
+
38
45
## [Regression Tests](./regression-tests.yaml)
39
46
Regression tests run the suite of [Kubernetes End-To-End Tests](https://github.com/solo-io/gloo/tree/main/test).
40
47
41
48
### Draft Pull Requests
42
-
This Github Action will not run by default on a Draft Pull Request. If you would like to run this, you need to:
43
-
1. Mark the PR as `Ready for Review`
44
-
1. Push an empty commit to run the jobs: `git commit --allow-empty -m "Trigger CI"`
49
+
This Github Action will not run by default on a Draft Pull Request. After a Pull Request is marked as `Ready for Review`
50
+
it will trigger the action to run.
45
51
46
52
## [Docs Generation](./docs-gen.yaml)
47
53
Docs generation builds the docs that power https://docs.solo.io/gloo-edge/latest/, and on pushes to the main branch, deploys those changes to Firebase.
48
54
49
55
### Draft Pull Requests
50
-
This Github Action will not run by default on a Draft Pull Request. If you would like to run this, you need to:
51
-
1. Mark the PR as `Ready for Review`
52
-
1. Push an empty commit to run the jobs: `git commit --allow-empty -m "Trigger CI"`
56
+
This Github Action will not run by default on a Draft Pull Request. After a Pull Request is marked as `Ready for Review`
0 commit comments