Skip to content

Commit

Permalink
Rename last job (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
waliid committed Nov 19, 2024
1 parent 1f2a82f commit 3fae7a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,11 @@ jobs:
${{ env.ci_scripts_path }}/vm-archive.sh \
${{ env.scripts_path }} ${{ env.vm_name }} ${{ matrix.platform }}
clean:
stop:
needs: [install-tools, archive-demos]
runs-on: ${{ needs.install-tools.outputs.runner_group_label }}
if: always()
steps:
- name: Stop and remove the VM
- name: Stop the VM
run: |
tart stop ${{ env.vm_name }}

0 comments on commit 3fae7a2

Please sign in to comment.