Skip to content

Attempt to add CI

Attempt to add CI #1

Workflow file for this run

name: Trigger Test Install Micro Plugins
on:
push:
branches:
- main
workflow_dispatch: # Allow manual trigger
jobs:
schedule-install:
runs-on: ubuntu-latest
steps:
- name: Schedule delayed job
uses: cardinalby/schedule-job-action@v1
with:
ghToken: ${{ secrets.WORKFLOWS_TOKEN }}
templateYmlFile: '.github-scheduled-workflows/install-plugins.yml'