diff options
author | 2023-03-07 22:27:52 +0100 | |
---|---|---|
committer | 2023-05-05 10:59:18 +0100 | |
commit | 79ca336ea6a8824b7a7efdf37d1e06a0db95d90a (patch) | |
tree | f1944885169742fe0e7e5bacbab3a38c59a6617d /.github | |
parent | Move CI to reusable workflows (diff) |
trigger status embed on CI completed
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/status_embed.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/status_embed.yaml b/.github/workflows/status_embed.yaml index 3669329..2b6a927 100644 --- a/.github/workflows/status_embed.yaml +++ b/.github/workflows/status_embed.yaml @@ -5,7 +5,7 @@ name: Status Embed on: workflow_run: workflows: - - Lint, Build & Deploy + - CI types: - completed |