Skip to content

Commit 7faf21b

Browse files
committed
Only notify after release published
1 parent fec813f commit 7faf21b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
types: [ published ]
66
jobs:
77
notify:
8+
needs: pypi-release
89
if: github.repository == 'linode/linode-cli'
910
runs-on: ubuntu-latest
1011
steps:

0 commit comments

Comments
 (0)