Skip to content

Commit

Permalink
chore: add cron schedule so the runner is in weekly use. Also adds mo…
Browse files Browse the repository at this point in the history
…re tags that relate to the required configuration of the runner.
  • Loading branch information
m-mcgowan committed Sep 8, 2023
1 parent 1609393 commit 4b0b725
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/hitl/notecard-binary-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,18 @@ on:
pull_request:
branches: [ master ]
workflow_dispatch:
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '45 4 * * 1' # 4.45am every Monday

jobs:
# md5srv-test:
# using: ./.github/workflows/md5srv-tests.yml
# runs-on: local
md5srv-test:
using: ./.github/workflows/md5srv-tests.yml
# runs-on: local # required for `act`

notecard-binary-test:
# needs: md5srv-test
runs-on: local
needs: md5srv-test
runs-on: [self-hosted, swan, notecard, stlink, notecard-serial, md5srv, notehub-client]
defaults:
run:
shell: bash
Expand Down

0 comments on commit 4b0b725

Please sign in to comment.