We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9862356 commit 1cd9e23Copy full SHA for 1cd9e23
.github/workflows/branch_sync.yml
@@ -14,6 +14,7 @@ on:
14
15
jobs:
16
sync:
17
+ if: github.repository_owner == 'cylc' || github.event_name != 'schedule'
18
uses: cylc/release-actions/.github/workflows/branch-sync.yml@v1
19
with:
20
head_branch: ${{ inputs.head_branch }}
.github/workflows/test_conda-build.yml
@@ -15,6 +15,7 @@ concurrency:
test_conda_install:
runs-on: ubuntu-latest
timeout-minutes: 10
21
steps:
0 commit comments