Skip to content

Commit

Permalink
Do not cancel the build if Latest fails
Browse files Browse the repository at this point in the history
fixed #128

Signed-off-by: Jonas Helming <[email protected]>
  • Loading branch information
JonasHelming authored Jan 28, 2022
1 parent 2eb10d1 commit afcde3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,11 @@ jobs:
shell: bash
run: yarn test

- name: Generate and Build Templates
- name: Generate and Build Templates with Latest Theia version
shell: bash
run: ./.github/workflows/generate-and-build-all-templates.sh latest

- name: Generate and Build Templates with Next Theia version
if: always()
shell: bash
run: ./.github/workflows/generate-and-build-all-templates.sh next

0 comments on commit afcde3f

Please sign in to comment.