Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
wxtim committed May 23, 2024
1 parent fcdb749 commit d7e27ab
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/generic-cylc-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,16 @@ on:
pull_request:
branches: [master, cylc-8]
workflow_dispatch:

schedule:
- cron: "37 03 1,11,21 * *"

jobs:
check_workflow:
name: Check ${{ matrix.workflow }}
runs-on: ubuntu-latest
strategy:
matrix:
workflow: [clock-trigger, crontab_replacement, custom_memory_over_time, data-retrieve-first, five-day-collector, gui-demo, install-demo, optional-outputs, queues, return-info, runnable-workflow-script, set_platform_from_CLI, strange-parameters, workflow-state-triggers]
workflow: [clock-trigger, crontab_replacement, custom_memory_over_time, data-retrieve-first, five-day-collector, gui-demo, install-demo, optional-outputs, queues, return-info, set_platform_from_CLI, strange-parameters, workflow-state-triggers]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit d7e27ab

Please sign in to comment.