We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d2a5d9 commit 747d2ccCopy full SHA for 747d2cc
.github/workflows/release.yml
@@ -7,7 +7,9 @@ on:
7
# We only run this workflow if both test workflows complete successfully
8
workflow_run:
9
workflows:
10
- - "Lint and Tests"
+ # TODO: We can't depend on two workflows using "AND" condition (aka both workflows need to
11
+ # pass), so we just depend on the longer one. When specifying multiple workflows it uses
12
+ # "OR" behavior.
13
- "End to End Tests"
14
branches:
15
- main
0 commit comments