Skip to content

Commit

Permalink
Enable retest on forks for PRs
Browse files Browse the repository at this point in the history
Signed-off-by: Jaime Caamaño Ruiz <jcaamano@redhat.com>
  • Loading branch information
jcaamano committed Jun 23, 2023
1 parent fd9088f commit 1d274ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
retest:
if: github.repository == 'ovn-org/ovn-kubernetes'
if: if: github.event.issue.pull_request
runs-on: ubuntu-latest
steps:
- name: Check out code
Expand Down

0 comments on commit 1d274ff

Please sign in to comment.