Skip to content

Commit

Permalink
Add placeholder for testing dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
iainelder committed Jul 1, 2024
1 parent 4ed5124 commit 76d01cc
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/tst_all.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Test all installers
on:
schedule:
# To decrease the chance of delay, avoid the start of the hour.
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule
- cron: "17 5 * * *"
workflow_dispatch:

jobs:
list_installers:
name: List installers
runs-on: ubuntu-latest
outputs:
installers: ${{steps.list_step.outputs.installers}}
steps:
- name: Check out code
uses: actions/checkout@v4

0 comments on commit 76d01cc

Please sign in to comment.