diff --git a/.github/workflows/ci.yaml.template b/.github/workflows/ci.yaml.template index 9a59385c9f..3d57c8d556 100644 --- a/.github/workflows/ci.yaml.template +++ b/.github/workflows/ci.yaml.template @@ -26,8 +26,6 @@ jobs: service_account: 'kokoro-system-test@long-door-651.iam.gserviceaccount.com' create_credentials_file: 'true' access_token_lifetime: 600s - - run: echo "ref: {% raw %}${{github.event.pull_request.head.ref}}{% endraw %}" - - run: echo "sha: {% raw %}${{github.event.pull_request.head.sha}}{% endraw %}" - uses: actions/checkout@v2 with: ref: {% raw %}${{github.event.pull_request.head.ref}}{% endraw %} diff --git a/.github/workflows/composer-functions-composer-storage-trigger.yaml b/.github/workflows/composer-functions-composer-storage-trigger.yaml index 8b632e2973..011f322915 100644 --- a/.github/workflows/composer-functions-composer-storage-trigger.yaml +++ b/.github/workflows/composer-functions-composer-storage-trigger.yaml @@ -26,8 +26,6 @@ jobs: service_account: 'kokoro-system-test@long-door-651.iam.gserviceaccount.com' create_credentials_file: 'true' access_token_lifetime: 600s - - run: echo "ref: ${{github.event.pull_request.head.ref}}" - - run: echo "sha: ${{github.event.pull_request.head.sha}}" - uses: actions/checkout@v2 with: ref: ${{github.event.pull_request.head.ref}} diff --git a/.github/workflows/composer.yaml b/.github/workflows/composer.yaml index e769a524db..d7f22f9503 100644 --- a/.github/workflows/composer.yaml +++ b/.github/workflows/composer.yaml @@ -26,8 +26,6 @@ jobs: service_account: 'kokoro-system-test@long-door-651.iam.gserviceaccount.com' create_credentials_file: 'true' access_token_lifetime: 600s - - run: echo "ref: ${{github.event.pull_request.head.ref}}" - - run: echo "sha: ${{github.event.pull_request.head.sha}}" - uses: actions/checkout@v2 with: ref: ${{github.event.pull_request.head.ref}} diff --git a/.github/workflows/healthcare-datasets.yaml b/.github/workflows/healthcare-datasets.yaml index a1833d95a2..39bfc92dc6 100644 --- a/.github/workflows/healthcare-datasets.yaml +++ b/.github/workflows/healthcare-datasets.yaml @@ -26,8 +26,6 @@ jobs: service_account: 'kokoro-system-test@long-door-651.iam.gserviceaccount.com' create_credentials_file: 'true' access_token_lifetime: 600s - - run: echo "ref: ${{github.event.pull_request.head.ref}}" - - run: echo "sha: ${{github.event.pull_request.head.sha}}" - uses: actions/checkout@v2 with: ref: ${{github.event.pull_request.head.ref}} diff --git a/.github/workflows/healthcare-dicom.yaml b/.github/workflows/healthcare-dicom.yaml index 92fa86d826..ffabd9b8e0 100644 --- a/.github/workflows/healthcare-dicom.yaml +++ b/.github/workflows/healthcare-dicom.yaml @@ -26,8 +26,6 @@ jobs: service_account: 'kokoro-system-test@long-door-651.iam.gserviceaccount.com' create_credentials_file: 'true' access_token_lifetime: 600s - - run: echo "ref: ${{github.event.pull_request.head.ref}}" - - run: echo "sha: ${{github.event.pull_request.head.sha}}" - uses: actions/checkout@v2 with: ref: ${{github.event.pull_request.head.ref}} diff --git a/.github/workflows/healthcare-fhir.yaml b/.github/workflows/healthcare-fhir.yaml index 31d0159b19..2e2bb039ee 100644 --- a/.github/workflows/healthcare-fhir.yaml +++ b/.github/workflows/healthcare-fhir.yaml @@ -26,8 +26,6 @@ jobs: service_account: 'kokoro-system-test@long-door-651.iam.gserviceaccount.com' create_credentials_file: 'true' access_token_lifetime: 600s - - run: echo "ref: ${{github.event.pull_request.head.ref}}" - - run: echo "sha: ${{github.event.pull_request.head.sha}}" - uses: actions/checkout@v2 with: ref: ${{github.event.pull_request.head.ref}} diff --git a/.github/workflows/healthcare-hl7v2.yaml b/.github/workflows/healthcare-hl7v2.yaml index 8259488160..8bc10a984c 100644 --- a/.github/workflows/healthcare-hl7v2.yaml +++ b/.github/workflows/healthcare-hl7v2.yaml @@ -26,8 +26,6 @@ jobs: service_account: 'kokoro-system-test@long-door-651.iam.gserviceaccount.com' create_credentials_file: 'true' access_token_lifetime: 600s - - run: echo "ref: ${{github.event.pull_request.head.ref}}" - - run: echo "sha: ${{github.event.pull_request.head.sha}}" - uses: actions/checkout@v2 with: ref: ${{github.event.pull_request.head.ref}}