Skip to content

Commit

Permalink
update cleanup job (#12)
Browse files Browse the repository at this point in the history
* fix: add id to build step in docker workflow

* fix: add GitHub runtime exposure and build step ID in workflows

* fix: update workflow to use ubuntu-latest for cleanup job
  • Loading branch information
fadhilyori authored Feb 8, 2025
1 parent 4b7a4de commit 9a4723b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cleanup-caches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
cleanup:
runs-on: image-builder
runs-on: ubuntu-latest
steps:
- name: Expose GitHub Runtime
uses: crazy-max/ghaction-github-runtime@v3
Expand Down

0 comments on commit 9a4723b

Please # to comment.