Skip to content

Commit

Permalink
feature: updated version and workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
efraespada committed Nov 9, 2024
1 parent 5daf43b commit e67c66a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/push_checks_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
run: flutter analyze

- name: Handle job completion
shell: cmd
if: always()
run: |
if [ "${{ job.status }}" == "failure" ]; then
Expand Down Expand Up @@ -117,6 +118,7 @@ jobs:

- name: Handle job completion
if: always()
shell: cmd
run: |
if [ "${{ job.status }}" == "failure" ]; then
landa-messenger-api chat-send \
Expand Down Expand Up @@ -185,6 +187,7 @@ jobs:

- name: Handle job completion
if: always()
shell: cmd
run: |
if [ "${{ job.status }}" == "failure" ]; then
landa-messenger-api chat-send \
Expand Down

0 comments on commit e67c66a

Please sign in to comment.