diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2b37f5a460..0134b78419 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,7 +12,7 @@ env: jobs: setup: name: Setup cache and determine changed repositories - if: ${{ github.repository_owner == 'galaxyproject' }} + if: ${{ github.repository_owner == 'bgruening' }} runs-on: ubuntu-latest outputs: galaxy-head-sha: ${{ steps.get-galaxy-sha.outputs.galaxy-head-sha }} diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 0da3340751..ea2fda8474 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -364,7 +364,7 @@ jobs: deploy: name: Deploy needs: [setup, lint, combine_outputs] - if: ${{ (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' ) && github.repository_owner == 'galaxyproject' }} + if: ${{ (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' ) && github.repository_owner == 'bgruening' }} runs-on: ubuntu-latest strategy: matrix: @@ -401,7 +401,7 @@ jobs: deploy-report: name: Report deploy status needs: [deploy] - if: ${{ always() && needs.deploy.result != 'success' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' ) && github.repository_owner == 'galaxyproject' }} + if: ${{ always() && needs.deploy.result != 'success' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' ) && github.repository_owner == 'bgruening' }} runs-on: ubuntu-latest steps: # report to the PR if deployment failed diff --git a/.github/workflows/slash.yaml b/.github/workflows/slash.yaml index 838257cbb0..9fce73a656 100644 --- a/.github/workflows/slash.yaml +++ b/.github/workflows/slash.yaml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Slash Command Dispatch - if: github.repository_owner == 'galaxyproject' + if: github.repository_owner == 'bgruening' uses: peter-evans/slash-command-dispatch@v3 with: token: ${{ secrets.PAT }}