Mock only a single method of the rose config object. (#291) #74
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: Sync PR | |
on: | |
push: | |
branches: | |
- '*.*.x' | |
schedule: | |
- cron: '11 04 * * 1-5' # 04:11 UTC Mon-Fri | |
workflow_dispatch: | |
inputs: | |
head_branch: | |
description: Branch to merge into master | |
required: true | |
jobs: | |
sync: | |
uses: cylc/release-actions/.github/workflows/branch-sync.yml@v1 | |
with: | |
head_branch: ${{ inputs.head_branch }} | |
secrets: inherit |