Skip to content

Commit b3bbf9d

Browse files
committed
fix conditional
1 parent a83249a commit b3bbf9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/autobuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383

8484
link:
8585
if: ${{ github.event_name == 'pull_request' }}
86-
needs: build
86+
needs: tagged-release
8787
runs-on: ubuntu-latest
8888

8989
permissions:

0 commit comments

Comments
 (0)