From 31c98dc621d7a297727f3e1e2f29d3d1eded9bbe Mon Sep 17 00:00:00 2001 From: dfeldick Date: Fri, 8 Mar 2024 11:18:16 -0700 Subject: [PATCH] APIGOV-00001 - need to run action on tags --- .github/workflows/apigee-agents-release.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/apigee-agents-release.yml b/.github/workflows/apigee-agents-release.yml index c8b6775..4093cde 100644 --- a/.github/workflows/apigee-agents-release.yml +++ b/.github/workflows/apigee-agents-release.yml @@ -1,14 +1,9 @@ -# this action will run after the Traceability docker workflow is done. It's maybe a bad assumption -# that the TA workflow will take the longest, but at least this action prevents the release message -# from displaying before any previous workflows are done. Quite a bit of rework is needed to ensure -# that the builds and docker builds all finish before the message. name: Release Apigee Agents on: - workflow_run: - workflows: [Traceability Agent Docker] - types: - - completed + push: + tags: + - "*" jobs: notifyTeamsChannel: