diff --git a/.github/workflows/beam_PostCommit_Java_IO_GCS_Performance_Tests.yml b/.github/workflows/beam_PostCommit_Java_IO_GCS_Performance_Tests.yml index fd1d112406de..6f10a7d136a9 100644 --- a/.github/workflows/beam_PostCommit_Java_IO_GCS_Performance_Tests.yml +++ b/.github/workflows/beam_PostCommit_Java_IO_GCS_Performance_Tests.yml @@ -112,7 +112,6 @@ jobs: env: exportDataset: jjc_test exportTable: io_performance_metrics - USER: github-actions - name: run triggered javaPostcommitIOGCSPerformanceTests script if: github.event_name != 'schedule' uses: ./.github/actions/gradle-command-self-hosted-action @@ -120,5 +119,4 @@ jobs: gradle-command: :it:google-cloud-platform:GCSPerformanceTest env: exportDataset: jjc_test - exportTable: io_performance_metrics - USER: github-actions + exportTable: io_performance_metrics \ No newline at end of file