We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aa4f50 commit 6db9a8bCopy full SHA for 6db9a8b
.github/workflows/publish-image-main.yaml
@@ -18,6 +18,8 @@ jobs:
18
id-token: write
19
packages: write
20
steps:
21
+ - name: Self Hosted Runner Post Job Cleanup Action
22
+ uses: TooMuch4U/actions-clean@9b358e33df99574ac0bdf2e92fa3db1ae1415563
23
- name: Generate token
24
id: generate_token
25
uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2
.github/workflows/tests.yaml
tests:
runs-on: large_runner
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
0 commit comments