Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(build): test umbrella job to build the client in a coordinated … #459

Draft
wants to merge 32 commits into
base: develop
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
72c10ea
chore(build): test umbrella job to build the client in a coordinated …
jekutzsche Nov 9, 2021
b2061fb
chore(build): test expressions for if
jekutzsche Nov 9, 2021
246032a
chore(build): test expressions for if 2
jekutzsche Nov 9, 2021
900e104
chore(build): moves tag determination do head workflow
jekutzsche Nov 9, 2021
b8cea52
chore(build): test expressions for if 3
jekutzsche Nov 9, 2021
ceeffe5
chore(build): moves tag determination do head workflow 2
jekutzsche Nov 9, 2021
889f226
chore(build): test expressions for if 4
jekutzsche Nov 9, 2021
b5a939d
chore(build): moves tag determination do head workflow 3
jekutzsche Nov 9, 2021
6043099
chore(build): test expressions for if 5
jekutzsche Nov 9, 2021
79c9962
chore(build): moves tag determination do head workflow 4
jekutzsche Nov 9, 2021
c7c19af
chore(build): moves tag determination do head workflow 5
jekutzsche Nov 9, 2021
0c8d8a8
chore(build): test if for e2e
jekutzsche Nov 9, 2021
e4891f0
chore(build): moves tag determination do head workflow 6
jekutzsche Nov 9, 2021
a662ac2
chore(build): moves tag determination do head workflow 7
jekutzsche Nov 9, 2021
71b67cc
chore(build): moves if condition to head workflow
jekutzsche Nov 9, 2021
fbbe4df
chore(build): moves if condition to head workflow 2
jekutzsche Nov 9, 2021
b5c6192
chore(build): moves pre jobs to head workflow
jekutzsche Nov 9, 2021
63f7e83
chore(build): moves pre jobs to head workflow 2
jekutzsche Nov 9, 2021
210b76c
chore(build): test run
jekutzsche Nov 9, 2021
b6ec8b3
chore(build): test run 3
jekutzsche Nov 9, 2021
bbe62d3
chore(build): test run 4
jekutzsche Nov 9, 2021
fd6bd84
chore(build): test run 5
jekutzsche Nov 9, 2021
ba6c6c8
chore(build): test run 6
jekutzsche Nov 9, 2021
79524b2
chore(build): test run 7
jekutzsche Nov 9, 2021
658a765
chore(build): moves pre jobs to head workflow for FEr
jekutzsche Nov 10, 2021
700c6b5
chore: test for edit tag array
jekutzsche Nov 19, 2021
23a0d30
chore: test for edit tag array 2
jekutzsche Nov 19, 2021
8aa93a1
chore: test for edit tag array 3
jekutzsche Nov 19, 2021
6d0d3ad
chore: test for edit tag array 4
jekutzsche Nov 19, 2021
f8bdb2d
chore: test for edit tag array 5
jekutzsche Nov 19, 2021
f88b5a8
chore: test for edit tag array 6
jekutzsche Nov 19, 2021
60c3c22
chore: sets prefix to sub-workflows to clarify their difference
jekutzsche Nov 20, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore(build): test expressions for if 3
jekutzsche committed Nov 19, 2021
commit b8cea523ec31e78ec18136fd4dbb5536c237f598
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@ jobs:

d:
needs: [a, b, c]
if: ${{ contains(needs.*.result, 'success') && !contains(needs.*.result, 'failure') }}
if: ${{ always() && contains(needs.*.result, 'success') && !contains(needs.*.result, 'failure') }}
runs-on: ubuntu-latest

steps: