Skip to content

Commit

Permalink
name changes
Browse files Browse the repository at this point in the history
Signed-off-by: Chaurasiya, Payal <[email protected]>
  • Loading branch information
payalcha committed Feb 24, 2025
1 parent 9a2a1da commit 255853c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

fr_301_watermark_nb_run:
name: Federated Runtime Watermarking E2E
uses: ./.github/workflows/federated_runtime.yml
uses: ./.github/workflows/wf_watermarking_fed_runtime.yml

gandlf_taskrunner:
name: GaNDLF TaskRunner
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#---------------------------------------------------------------------------
# Workflow to run 301_MNIST_Watermarking notebook
# Workflow to run Secure Aggregation notebook
#---------------------------------------------------------------------------
name: Secure Aggregation Runtime E2E

Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
pip install .
pip install -r test-requirements.txt
- name: Run Federated Runtime 301 MNIST Watermarking via pytest
- name: Run Federated Runtime Secure aggregation via pytest
id: run_tests
run: |
python -m pytest -s tests/end_to_end/test_suites/wf_federated_runtime_tests.py -k test_federated_runtime_secure_aggregation
Expand Down
File renamed without changes.

0 comments on commit 255853c

Please sign in to comment.