We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdd2498 commit 3eae9abCopy full SHA for 3eae9ab
.github/workflows/aarch64.yml
@@ -3,7 +3,8 @@ name: aarch64
3
on:
4
workflow_run:
5
workflows: [amd64, coverage]
6
- types: [completed] #requested
+ types:
7
+ - completed
8
9
env:
10
CARGO_TERM_COLOR: always
0 commit comments