Skip to content

Commit

Permalink
fix: only run container test workflow if you are allen
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <[email protected]>
  • Loading branch information
onedr0p committed Dec 21, 2023
1 parent 1e7569d commit c96d628
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/container-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:

jobs:
test:
if: ${{ github.event.pull_request.head.repo.full_name == 'allenporter/flux-local' }}
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down

0 comments on commit c96d628

Please sign in to comment.