Skip to content

Commit

Permalink
add echo to success job
Browse files Browse the repository at this point in the history
  • Loading branch information
jmurret committed Apr 6, 2023
1 parent b5083fc commit 31ea1f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -405,4 +405,4 @@ jobs:
!contains(needs.*.result, 'failure') &&
!contains(needs.*.result, 'cancelled')
steps:
- run: "go-tests succeeded"
- run: echo "go-tests succeeded"

0 comments on commit 31ea1f6

Please sign in to comment.