Skip to content

Commit

Permalink
Fix version reporting events cancelling each other
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberboss committed Sep 4, 2024
1 parent 5d3af15 commit 1701f55
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/tgs_deployments_telemetry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 1701f55

Please sign in to comment.