You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/workflow_run_source.yml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
# There is unfortunately not any sort of feedback on the source workflow that a sink workflow was triggered or what its status is.
3
3
# The sink will be marked as having been triggered by whoever triggered this workflow, but it does not show the orginal tirgger reason (IE: push to `main2`)
4
4
# It also doesn't give you a link back to the triggering workflow or anything either, which is pretty lame.
5
+
# The called workflow doesn't get associated with a triggering PR either :(
0 commit comments