Skip to content

Commit

Permalink
remove _ID
Browse files Browse the repository at this point in the history
  • Loading branch information
AbeOmor committed Sep 12, 2023
1 parent 1284d58 commit f5fe40c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-pf-online-endpoint-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
env:
GROUP: ${{secrets.GROUP}}
WORKSPACE: ${{secrets.WORKSPACE}}
SUBSCRIPTION_ID: ${{secrets.SUBSCRIPTION_ID}}
SUBSCRIPTION: ${{secrets.SUBSCRIPTION}}
RUN_NAME: web_classification_variant_1_20230816_215600_605116
EVAL_RUN_NAME: classification_accuracy_eval_default_20230821_111809_077086
ENDPOINT_NAME: web-classification
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-eval-pf-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
env:
GROUP: ${{secrets.GROUP}}
WORKSPACE: ${{secrets.WORKSPACE}}
SUBSCRIPTION_ID: ${{secrets.SUBSCRIPTION_ID}}
SUBSCRIPTION: ${{secrets.SUBSCRIPTION}}
RUN_NAME: web_classification_variant_1_20230816_215600_605116
EVAL_RUN_NAME: classification_accuracy_eval_default_20230821_111809_077086

Expand Down

0 comments on commit f5fe40c

Please sign in to comment.