diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index def7f9e5..6e9e58fa 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 == 'bernt-matthias' }} + if: ${{ github.repository_owner == 'Helmholtz-UFZ' }} 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 acf27a5d..42503e0c 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -54,6 +54,7 @@ jobs: echo 'base_ref: ${{ github.base_ref }}' echo 'event.before: ${{ github.event.before }}' echo 'event.after: ${{ github.event.after }}' + echo 'repository_owner: ${{ github.repository_owner }}' - name: Determine latest commit in the Galaxy repo id: get-galaxy-sha run: echo "galaxy-head-sha=$(git ls-remote https://github.com/${{ env.GALAXY_FORK }}/galaxy refs/heads/${{ env.GALAXY_BRANCH }} | cut -f1)" >> $GITHUB_OUTPUT @@ -376,7 +377,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 == 'Helmholtz-UFZ' }} runs-on: ubuntu-latest strategy: matrix: @@ -413,7 +414,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 == 'bernt-matthias' }} + if: ${{ always() && needs.deploy.result != 'success' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' ) && github.repository_owner == 'Helmholtz-UFZ' }} 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 f741da13..dee9e308 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 == 'bernt-matthias' + if: github.repository_owner == 'Helmholtz-UFZ' uses: peter-evans/slash-command-dispatch@v3 with: token: ${{ secrets.PAT }}