Skip to content

Commit 70b8294

Browse files
committed
Fix CI repo name check after rename to q2
1 parent db9af56 commit 70b8294

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/hub-client-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
e2e-tests:
1414
runs-on: ubuntu-latest-8x
1515
name: Hub-Client E2E Tests
16-
if: github.repository == 'quarto-dev/kyoto'
16+
if: github.repository == 'quarto-dev/q2'
1717

1818
steps:
1919
- name: Checkout Repo

.github/workflows/test-suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ${{ matrix.os }}
1818

1919
name: Run test suite
20-
if: github.repository == 'quarto-dev/kyoto'
20+
if: github.repository == 'quarto-dev/q2'
2121

2222
steps:
2323
- name: Checkout Repo

.github/workflows/ts-test-suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ${{ matrix.os }}
2020

2121
name: Run test suite
22-
if: github.repository == 'quarto-dev/kyoto'
22+
if: github.repository == 'quarto-dev/q2'
2323

2424
steps:
2525
- name: Checkout Repo

0 commit comments

Comments
 (0)