diff --git a/.github/workflows/vhive-repo-stats.yml b/.github/workflows/vhive-repo-stats.yml index 7d7e5abf1..3680e4d82 100644 --- a/.github/workflows/vhive-repo-stats.yml +++ b/.github/workflows/vhive-repo-stats.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: # The repositories to generate reports for. - statsRepo: ['ease-lab/vhive', 'ease-lab/vSwarm', 'ease-lab/vSwarm-u'] + statsRepo: ['vhive-serverless/vhive', 'vhive-serverless/vSwarm', 'vhive-serverless/vSwarm-u'] # Do not cancel&fail all remaining jobs upon first job failure. fail-fast: false # Help avoid commit conflicts. Note(JP): this should not be