Skip to content

Clear macstadium cache (All instances) #20

Clear macstadium cache (All instances)

Clear macstadium cache (All instances) #20

# This is a basic workflow to help you get started with Actions
name: Clear macstadium cache (All instances)
# Controls when the workflow will run
on: [ workflow_dispatch]
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
clear-cache-ci-9:
runs-on: ["CI-9"]
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/clear-cache