Skip to content

Clear macstadium cache (All instances) #1

Clear macstadium cache (All instances)

Clear macstadium cache (All instances) #1

name: Clear macstadium cache (All instances)
on:
workflow_dispatch:
jobs:
clear-cache:
runs-on: ["CI-7", "CI-8", "CI-9"]
strategy:
matrix:
instance: [CI-7, CI-8, CI-9]
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Clear cache
uses: ./.github/actions/clear-cache