Skip to content

Commit

Permalink
Fix typos in CI workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanjli committed Jul 2, 2024
1 parent b53d4b3 commit a5e4602
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-lutho-latest-iso.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build-lutho-stable-iso
name: build-lutho-latest-iso
on:
workflow_dispatch:
workflow_call:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-lutho-latest.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build-lutho-stable
name: build-lutho-latest
on:
merge_group:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-build-iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@v.3.1
uses: jlumbroso/free-disk-space@v1.3.1

- name: Checkout Repo
uses: actions/checkout@v4
Expand Down

0 comments on commit a5e4602

Please sign in to comment.