Skip to content

Commit

Permalink
mirror: Only run on cilium/cilium
Browse files Browse the repository at this point in the history
We only need to run this workflow in cilium/cilium. Other forks can
pull from cilium/cilium master branch if they need master branch
to be in sync with main branch.

Signed-off-by: Michi Mutsuzaki <michi@isovalent.com>
  • Loading branch information
michi-covalent committed May 1, 2023
1 parent 95fb5c3 commit 7c184ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/mirror.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
mirror_job:
if: github.repository == 'cilium/cilium'
runs-on: ubuntu-latest
environment: mirror
name: Mirror main branch to master branch
Expand Down

0 comments on commit 7c184ed

Please sign in to comment.