Skip to content

Commit 856062d

Browse files
switch to correct repo name
1 parent 0a58775 commit 856062d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
jobs:
1313
setup:
1414
name: Setup cache and determine changed repositories
15-
if: ${{ github.repository_owner == 'bernt-matthias' }}
15+
if: ${{ github.repository_owner == 'peterjc' }}
1616
runs-on: ubuntu-latest
1717
outputs:
1818
galaxy-head-sha: ${{ steps.get-galaxy-sha.outputs.galaxy-head-sha }}

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ jobs:
349349
deploy:
350350
name: Deploy
351351
needs: [setup, lint, flake8, lintr, combine_outputs]
352-
if: ${{ (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' ) && github.repository_owner == 'bernt-matthias' }}
352+
if: ${{ (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' ) && github.repository_owner == 'peterjc' }}
353353
runs-on: ubuntu-latest
354354
strategy:
355355
matrix:

.github/workflows/slash.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Slash Command Dispatch
10-
if: github.repository_owner == 'bernt-matthias'
10+
if: github.repository_owner == 'peterjc'
1111
uses: peter-evans/slash-command-dispatch@v3
1212
with:
1313
token: ${{ secrets.PAT }}

0 commit comments

Comments
 (0)