Skip to content

Commit

Permalink
Only run publish workflows in the correct repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
PoneyClairDeLune committed Sep 27, 2024
1 parent ac1887c commit 1b891f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:

jobs:
publish:
if: github.repository == 'ltgcgo/octavia'
runs-on: ubuntu-latest

permissions:
Expand Down

0 comments on commit 1b891f1

Please sign in to comment.