We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 752344d commit 6ccaab3Copy full SHA for 6ccaab3
.github/workflows/Documenter.yml
@@ -5,7 +5,10 @@ on:
5
branches:
6
- master
7
tags: '*'
8
- pull_request:
+ workflow_run:
9
+ workflows: ["ci"]
10
+ types:
11
+ - completed
12
13
jobs:
14
build:
.github/workflows/ci.yml
@@ -2,7 +2,10 @@ name: CI
2
env:
3
JULIA_NUM_THREADS: 2
4
on:
+ workflows: ["format"]
push:
0 commit comments