diff options
author | 2023-03-06 12:59:50 +0100 | |
---|---|---|
committer | 2023-03-06 12:59:50 +0100 | |
commit | 96a251d224a0d1ebc984ab1397c055f6f8bd6cb7 (patch) | |
tree | 4a60e71ee85dfb9bcb78c6af0039c3e09b27564c /.github | |
parent | merge buid & deploy CIs (diff) |
call status_embed on CI completed
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/status_embed.yaml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/status_embed.yaml b/.github/workflows/status_embed.yaml index e9b283cd..ead0f5ec 100644 --- a/.github/workflows/status_embed.yaml +++ b/.github/workflows/status_embed.yaml @@ -3,9 +3,7 @@ name: Status Embed on: workflow_run: workflows: - - Lint & Test - - Build - - Deploy + - CI types: - completed |