Skip to content

Automated workspace pruning/cleaning #30

Automated workspace pruning/cleaning

Automated workspace pruning/cleaning #30

Workflow file for this run

name: Example CI
on:
push: {}
pull_request:
branches: [main]
jobs:
build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v2
- name: Run a script
run: echo Hello, world!