Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
dfeldick committed May 8, 2024
1 parent 6fa0e50 commit 61ec2be
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-discovery-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Discovery Agent Docker
on:
push:
tags:
- "*"
- "APIGOV-*"

jobs:
buildDiscoveryAgentDocker:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-traceability-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Traceability Agent Docker
on:
push:
tags:
- "*"
- "APIGOV-*"

jobs:
buildTraceabilityAgentDocker:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/webmethods-agents-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release webMethods Agents
on:
push:
tags:
- "*"
- "APIGOV-*"

jobs:
buildDiscoveryAgent:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wf1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
run: |
echo "going to sleep in 1"
sleep 10
echo "all done w/1 finally
echo "all done w/1 finally"
2 changes: 1 addition & 1 deletion .github/workflows/wf2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
run: |
echo "going to sleep"
sleep 10
echo "all done w/ 2 finally
echo "all done w/ 2 finally"
2 changes: 1 addition & 1 deletion .github/workflows/wf3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
run: |
echo "going to sleep"
sleep 10
echo "all done finally
echo "all done finally"

0 comments on commit 61ec2be

Please sign in to comment.