Skip to content

Commit

Permalink
Use common CI workflow for github and self-hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Feb 7, 2024
1 parent 27f3091 commit 3e8260a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 183 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/e2e-science.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ on:
- master
jobs:
call-workflow-passing-data:
uses: ./.github/workflows/e2e.yml
uses: ./.github/workflows/e2e-common.yml
with:
suffix: ""
ci_repo: "docker-registry.docker-registry:5000"
secrets:
registry_username: ${{ secrets.REGISTRY_USERNAME }}
registry_token: ${{ secrets.REGISTRY_TOKEN }}
182 changes: 0 additions & 182 deletions .github/workflows/e2e.yml

This file was deleted.

0 comments on commit 3e8260a

Please sign in to comment.