Skip to content

Commit

Permalink
Merge pull request #194 from Axway/APIGOV-00001
Browse files Browse the repository at this point in the history
APIGOV-00001 - need to run action on tags
  • Loading branch information
dfeldick authored Mar 8, 2024
2 parents 91d9d9f + 31c98dc commit 30cded5
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/apigee-agents-release.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 30cded5

Please sign in to comment.