Skip to content

Commit

Permalink
TMP adjust to test in fork
Browse files Browse the repository at this point in the history
  • Loading branch information
bernt-matthias committed Nov 27, 2022
1 parent 20cec22 commit 81e2b8b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
setup:
name: Setup cache and determine changed repositories
# adapt the owner name
if: ${{ github.repository_owner == 'galaxyproject' }}
uses: galaxyproject/tools-iuc/.github/workflows/wf_setup.yaml@master
if: ${{ github.repository_owner == 'bernt-matthias' }}
uses: bernt-matthias/tools-iuc/.github/workflows/wf_setup.yaml@master
with:
# default-galaxy-fork: galaxyproject
# default-galaxy-branch: release_22.05
Expand All @@ -21,7 +21,7 @@ jobs:
test:
name: Test tools
needs: setup
uses: galaxyproject/tools-iuc/.github/workflows/wf_test.yaml@master
uses: bernt-matthias/tools-iuc/.github/workflows/wf_test.yaml@master
with:
galaxy-fork: ${{ needs.setup.outputs.galaxy-fork }}
galaxy-branch: ${{ needs.setup.outputs.galaxy-branch }}
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
setup:
name: Setup cache and determine changed repositories
# adapt the owner name
if: ${{ github.repository_owner == 'galaxyproject' }}
uses: galaxyproject/tools-iuc/.github/workflows/wf_setup.yaml@master
if: ${{ github.repository_owner == 'bernt-matthias' }}
uses: bernt-matthias/tools-iuc/.github/workflows/wf_setup.yaml@master
with:
fetch-depth: 0
# set these variables if you want to update independent of the IUC repo
Expand All @@ -32,7 +32,7 @@ jobs:
lint:
name: Lint
needs: setup
uses: galaxyproject/tools-iuc/.github/workflows/wf_lint.yaml@master
uses: bernt-matthias/tools-iuc/.github/workflows/wf_lint.yaml@master
with:
repository-list: ${{ needs.setup.outputs.repository-list }}
tool-list: ${{ needs.setup.outputs.tool-list }}
Expand All @@ -48,7 +48,7 @@ jobs:
test:
name: Test tools
needs: setup
uses: galaxyproject/tools-iuc/.github/workflows/wf_test.yaml@master
uses: bernt-matthias/tools-iuc/.github/workflows/wf_test.yaml@master
with:
galaxy-fork: ${{ needs.setup.outputs.galaxy-fork }}
galaxy-branch: ${{ needs.setup.outputs.galaxy-branch }}
Expand All @@ -63,9 +63,9 @@ jobs:
# deploy the tools to the toolsheds (first TTS for testing)
deploy:
name: Deploy
if: ${{ github.repository_owner == 'galaxyproject' }}
if: ${{ github.repository_owner == 'bernt-matthias' }}
needs: [setup, lint, test]
uses: galaxyproject/tools-iuc/.github/workflows/wf_deploy.yaml@master
uses: bernt-matthias/tools-iuc/.github/workflows/wf_deploy.yaml@master
with:
repository-list: ${{ needs.setup.outputs.repository-list }}
galaxy-head-sha: ${{ needs.setup.outputs.galaxy-head-sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/slash.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Slash Command Dispatch
if: github.repository_owner == 'galaxyproject'
if: github.repository_owner == 'bernt-matthias'
uses: peter-evans/slash-command-dispatch@v3
with:
token: ${{ secrets.PAT }}
Expand Down

0 comments on commit 81e2b8b

Please sign in to comment.