Skip to content

Commit

Permalink
construction_worker: Add repo owner check to each step of Nightly Pub…
Browse files Browse the repository at this point in the history
…lish

Signed-off-by: ff137 <[email protected]>
  • Loading branch information
ff137 committed Nov 12, 2024
1 parent 4cf6639 commit 05c2497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
publish:
name: Publish
needs: [tests, setup_and_check_pub]
if: needs.setup_and_check_pub.outputs.commits_today > 0
if: github.repository_owner == 'openwallet-foundation' && needs.setup_and_check_pub.outputs.commits_today > 0
uses: ./.github/workflows/publish.yml
strategy:
matrix:
Expand Down

0 comments on commit 05c2497

Please sign in to comment.