Skip to content

Commit a9068a6

Browse files
committed
fix: ci dep tree
1 parent 0ca1c9a commit a9068a6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: |
2828
echo "REVISION -> $GITHUB_SHA"
2929
echo "VERSION -> $GITVERSION_SEMVER"
30-
build:
30+
test:
3131
runs-on: ubuntu-latest
3232
container:
3333
image: golang:1.19-bullseye

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@ name: release
22

33
on:
44
workflow_run:
5-
workflows: ['CI'] # runs after CI workflow
5+
workflows: ['CI']
66
types:
77
- completed
88

99
jobs:
1010
set-deps-dotnet-poop-here:
1111
runs-on: ubuntu-latest
12+
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1213
container:
1314
image: mcr.microsoft.com/dotnet/sdk:6.0
1415
outputs:

0 commit comments

Comments
 (0)