File tree Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 78
78
prerelease : true
79
79
repo_token : ${{ secrets.GITHUB_TOKEN }}
80
80
title : Snapshot Build v${{ env.RELEASE_VERSION }}
81
+
82
+ docs-deploy :
83
+ name : Call Deployment
84
+ needs : qa-successful-main
85
+ if : github.ref == 'refs/heads/main'
86
+ uses : ./.github/workflows/docs-deploy.yml
Original file line number Diff line number Diff line change 72
72
prerelease : false
73
73
repo_token : ${{ secrets.GITHUB_TOKEN }}
74
74
title : v${{ env.RELEASE_VERSION }}
75
+
76
+ docs-deploy :
77
+ name : Call Deployment
78
+ needs : qa-successful-tag
79
+ if : github.ref == 'refs/heads/main'
80
+ uses : ./.github/workflows/docs-deploy.yml
Original file line number Diff line number Diff line change 80
80
- name : Failure
81
81
if : ${{ contains(needs.*.result, 'failure') }}
82
82
run : exit 1
83
-
84
- docs-deploy :
85
- name : Call Deployment
86
- needs : qa-successful
87
- if : github.ref == 'refs/heads/main'
88
- uses : ./.github/workflows/docs-deploy.yml
You can’t perform that action at this time.
0 commit comments