Skip to content
Open
Changes from all commits
Commits
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
4 changes: 2 additions & 2 deletions .github/workflows/littlefs-fuse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
# workflow to GitHub. It's not like there's a reason to ever delete
# these staging forks.
littlefs-fuse-fork:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
if: ${{github.event_name == 'push'}}
steps:
- name: create-fork
Expand All @@ -35,7 +35,7 @@ jobs:

# create PR to bring in the new release
littlefs-fuse-update:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
if: ${{github.event_name == 'repository_dispatch' ||
github.event_name == 'workflow_dispatch'}}
env:
Expand Down