Skip to content

Commit

Permalink
Consume workflows from ramnog@main instead of dev branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrik Sparre Spiegelhauer (HSPU) committed Mar 21, 2024
1 parent 7c689f2 commit d38e8aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Check-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name: Check Package 📦
jobs:
check:
name: Checks (from ramnog)
uses: hta-pharma/ramnog/.github/workflows/Check-package.yaml@feature/workflows_final
uses: hta-pharma/ramnog/.github/workflows/Check-package.yaml@main



2 changes: 1 addition & 1 deletion .github/workflows/Release-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name: Check Package 📦
jobs:
check:
name: Release (from ramnog)
uses: hta-pharma/ramnog/.github/workflows/Release-package.yaml@feature/workflows_final
uses: hta-pharma/ramnog/.github/workflows/Release-package.yaml@main



0 comments on commit d38e8aa

Please sign in to comment.