Skip to content

Commit

Permalink
Add dependency between jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
robertjndw committed Apr 30, 2024
1 parent 90c6143 commit 66c3d21
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ on:
release:
types:
- created

workflow_run:
workflows: ["Go Test"]
types:
- completed

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Upload Go test results
name: Go Test

on: [push]

Expand Down

0 comments on commit 66c3d21

Please sign in to comment.