From 1701f553cc6d7e62d0a7b52b6f5cb8171f442213 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Wed, 4 Sep 2024 07:10:46 -0400 Subject: [PATCH] Fix version reporting events cancelling each other --- .github/workflows/tgs_deployments_telemetry.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/tgs_deployments_telemetry.yml b/.github/workflows/tgs_deployments_telemetry.yml index f3c2b11..45dece8 100644 --- a/.github/workflows/tgs_deployments_telemetry.yml +++ b/.github/workflows/tgs_deployments_telemetry.yml @@ -19,10 +19,6 @@ on: description: "Server Friendly Name" type: string -concurrency: - group: "report-version" - cancel-in-progress: false - jobs: report_version: name: Report TGS Version @@ -77,6 +73,7 @@ jobs: run: | git diff-index --quiet HEAD || git commit -m 'Update Telemetry Entry' -m 'Job: ${{ github.run_id }}' - - name: Git Push + - name: Git Pull & Push # Pull is a shitty workaround for https://github.com/orgs/community/discussions/5435 run: | + git pull git push -u origin data