test(ci): Do not always run e2e tests#61167
Merged
Merged
Conversation
artonge
requested review from
Altahrim,
ArtificialOwl,
come-nc and
icewind1991
and removed request for
a team
June 10, 2026 15:54
artonge
force-pushed
the
artonge/test/dont_always_run_e2e_tests
branch
2 times, most recently
from
June 11, 2026 07:52
0c513ee to
e4c740a
Compare
artonge
force-pushed
the
artonge/test/dont_always_run_e2e_tests
branch
2 times, most recently
from
June 11, 2026 12:42
b659b07 to
42e2c35
Compare
artonge
force-pushed
the
artonge/test/dont_always_run_e2e_tests
branch
5 times, most recently
from
June 11, 2026 15:01
6be75a9 to
05ed839
Compare
artonge
marked this pull request as draft
June 11, 2026 15:04
artonge
force-pushed
the
artonge/test/dont_always_run_e2e_tests
branch
from
June 11, 2026 15:06
05ed839 to
67f1465
Compare
artonge
marked this pull request as ready for review
June 11, 2026 15:07
artonge
force-pushed
the
artonge/test/dont_always_run_e2e_tests
branch
from
June 11, 2026 15:12
67f1465 to
3b970bf
Compare
artonge
marked this pull request as draft
June 11, 2026 15:13
artonge
marked this pull request as ready for review
June 11, 2026 15:15
artonge
force-pushed
the
artonge/test/dont_always_run_e2e_tests
branch
4 times, most recently
from
June 11, 2026 15:22
ffe6cee to
58dd2ef
Compare
artonge
force-pushed
the
artonge/test/dont_always_run_e2e_tests
branch
from
June 11, 2026 15:32
58dd2ef to
184866a
Compare
susnux
approved these changes
Jun 11, 2026
susnux
left a comment
Contributor
There was a problem hiding this comment.
As long as they still run when its not a draft thats fine :)
Signed-off-by: Louis Chmn <louis@chmn.me>
artonge
force-pushed
the
artonge/test/dont_always_run_e2e_tests
branch
from
June 11, 2026 15:53
184866a to
4a3f25d
Compare
Contributor
|
Shouldn't that change being integrated into the templates as well? |
DerDreschner
reviewed
Jul 7, 2026
| steps: | ||
| - name: Evaluate e2e tests execution conditions | ||
| id: gate-e2e | ||
| uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v8.0.0 |
Contributor
There was a problem hiding this comment.
That's not version 8 being referenced. That commit belongs to version 7.0.1 from 2023.
Contributor
|
Okay, the |
Contributor
Server is special here compared to apps (what the templates are for). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This will run cypress and playwright only if the following conditions are met:
The workflow will be re-evaluated when a label is added.