Skip to content

[MDS-6139] project stages application button #2770

[MDS-6139] project stages application button

[MDS-6139] project stages application button #2770

Workflow file for this run

name: Clear GitHub Actions Cache
on:
pull_request:
workflow_dispatch:
# Manual trigger
jobs:
clean-cache:
runs-on: ubuntu-20.04
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set Permissions
run: |
chmod 755 ./gitops/clear_caches.sh
- name: Clear Cache
run: ./gitops/clear_caches.sh ${{ secrets.GITHUB_TOKEN }}