Skip to content

Commit

Permalink
Tweak repository to test runner in my fork
Browse files Browse the repository at this point in the history
Signed-off-by: Nir Soffer <nsoffer@redhat.com>
  • Loading branch information
nirs committed May 1, 2024
1 parent 84e3bf1 commit 0838094
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ env:

jobs:
e2e-rdr:
runs-on: [self-hosted, e2e-rdr]
if: github.repository == 'RamenDR/ramen' && github.event.pull_request.author_association == 'MEMBER'
runs-on: [self-hosted, e2e-rdr-virt]
if: github.repository == 'nirs/ramen' && github.event.pull_request.author_association == 'MEMBER'

steps:
- name: Checkout Repo
Expand Down

0 comments on commit 0838094

Please sign in to comment.