Add concurrency control to update workflow

This commit is contained in:
Tvishi Agarwal
2026-04-09 21:01:48 +01:00
committed by GitHub
parent f04b34d758
commit 2aa54e37a2
+6
View File
@@ -14,6 +14,10 @@ on:
permissions:
contents: write
concurrency:
group: fx-radar-data-main
cancel-in-progress: true
jobs:
generate:
runs-on: ubuntu-latest
@@ -21,6 +25,8 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v5