We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db9af56 commit 70b8294Copy full SHA for 70b8294
3 files changed
.github/workflows/hub-client-e2e.yml
@@ -13,7 +13,7 @@ jobs:
13
e2e-tests:
14
runs-on: ubuntu-latest-8x
15
name: Hub-Client E2E Tests
16
- if: github.repository == 'quarto-dev/kyoto'
+ if: github.repository == 'quarto-dev/q2'
17
18
steps:
19
- name: Checkout Repo
.github/workflows/test-suite.yml
@@ -17,7 +17,7 @@ jobs:
runs-on: ${{ matrix.os }}
name: Run test suite
20
21
22
23
.github/workflows/ts-test-suite.yml
@@ -19,7 +19,7 @@ jobs:
24
25
0 commit comments