We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e83fb4c commit 28e15cfCopy full SHA for 28e15cf
.github/workflows/pr_pipeline.yml
@@ -39,9 +39,10 @@ jobs:
39
name: Federated Runtime Watermarking E2E
40
uses: ./.github/workflows/wf_watermarking_fed_runtime.yml
41
42
- gandlf_taskrunner:
43
- name: GaNDLF TaskRunner E2E
44
- uses: ./.github/workflows/gandlf.yml
+ # Uncomment the call once this bug is fixed - https://github.com/mlcommons/GaNDLF/issues/1007
+ # gandlf_taskrunner:
+ # name: GaNDLF TaskRunner E2E
45
+ # uses: ./.github/workflows/gandlf.yml
46
47
hadolint_security_scan:
48
name: Hadolint Security Scan
0 commit comments