From f331b8ec0bce4f8444ea71b6f696086f688e3d40 Mon Sep 17 00:00:00 2001 From: Mateusz Daniluk <121170681+VeithMetro@users.noreply.github.com> Date: Wed, 19 Aug 2026 08:16:22 +0200 Subject: [PATCH] Update Build ThunderOnWindows.yml --- .github/workflows/Build ThunderOnWindows.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/Build ThunderOnWindows.yml b/.github/workflows/Build ThunderOnWindows.yml index 7228d32..b542afb 100644 --- a/.github/workflows/Build ThunderOnWindows.yml +++ b/.github/workflows/Build ThunderOnWindows.yml @@ -1,5 +1,12 @@ name: Build ThunderOnWindows +permissions: + contents: read + +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: ${{ github.ref != 'refs/heads/master' }} + on: workflow_dispatch: push: