Skip to content

Commit

Permalink
on: workflow_call
Browse files Browse the repository at this point in the history
  • Loading branch information
damies13 committed Feb 24, 2024
1 parent 6744b4f commit b060121
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Package.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Package

# on: push
on: workflow_call

jobs:
Package_For_PIP:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Regression_Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: push

jobs:
Package_For_PIP:
uses: .github/workflows/Package.yaml@ref
uses: ./.github/workflows/Package.yaml@ref

Agent:
needs:
Expand Down

0 comments on commit b060121

Please sign in to comment.