Skip to content

Commit

Permalink
fix stage_call wf name
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe committed Feb 21, 2024
1 parent d185c34 commit 6d8362b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ concurrency: ${{inputs.resource_id}}

jobs:
call:
uses: ./.github/workflows/stage_call.yml
uses: ./.github/workflows/stage_call.yaml
with:
resource_id: ${{inputs.resource_id}}
S3_HOST: ${{vars.S3_HOST}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ concurrency: ${{inputs.resource_id}}

jobs:
test-stage-wf:
uses: ./.github/workflows/stage_call.yml
uses: ./.github/workflows/stage_call.yaml
with:
resource_id: ${{vars.TEST_PACKAGE_ID}}
package_url: ${{vars.TEST_PACKAGE_URL}}
Expand Down

0 comments on commit 6d8362b

Please sign in to comment.