Skip to content

Commit

Permalink
chore: Update go-test workflow to trigger on completed Lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RyuaNerin committed Jun 10, 2024
1 parent 7a85ad0 commit b457039
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ name: Go Test
on:
workflow_run:
workflows: [ 'Lint' ]
branches:
- master
types:
- completed

jobs:
go-test:
if: github.event_name == 'push' && github.ref == 'refs/heads/master'

strategy:
matrix:
go-version:
Expand Down

0 comments on commit b457039

Please sign in to comment.