Skip to content

Commit b604547

Browse files
committed
Probably needs expansion
1 parent b55059d commit b604547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ jobs:
257257
# Prevent run 'push' events for the branches in upstream repository as it
258258
# already covered by 'pull_request' event
259259
if: >-
260-
needs.pre-setup.outputs.upstream-repository-id == github.repository_id
260+
${{ needs.pre-setup.outputs.upstream-repository-id }} == github.repository_id
261261
|| github.event_name != 'push'
262262
|| github.ref_name == github.event.repository.default_branch
263263

0 commit comments

Comments
 (0)