diff --git a/.github/workflows/Push.yml b/.github/workflows/Push.yml index 4c5b6a0aa67..351d9274862 100644 --- a/.github/workflows/Push.yml +++ b/.github/workflows/Push.yml @@ -18,18 +18,9 @@ jobs: # secrets: inherit # uses: ./.github/workflows/callable-prebuild-samples-staging.yml - test-job: - runs-on: ubuntu-latest - steps: - - name: test - run: | - pwd - pwd - ls -a - - # e2e: - # # needs: - # # - prebuild - # # - prebuild-samples-staging - # # secrets: inherit - # uses: ./.github/workflows/callable-e2e.yml \ No newline at end of file + e2e: + # needs: + # - prebuild + # - prebuild-samples-staging + secrets: inherit + uses: ./.github/workflows/callable-e2e.yml \ No newline at end of file