Attempt to add CI #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |