diff --git a/.github/workflows/BuildDockerPush.yml b/.github/workflows/BuildDockerPush.yml index ea1ba291..df1f5521 100644 --- a/.github/workflows/BuildDockerPush.yml +++ b/.github/workflows/BuildDockerPush.yml @@ -8,6 +8,10 @@ on: workflow_dispatch: schedule: - cron: '0 2 * * MON' + +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true jobs: @@ -186,7 +190,7 @@ jobs: steps: - # https://github.com/marketplace/actions/checkout + # https://github.com/marketplace/actions/checkout - name: Checkout uses: actions/checkout@v3 diff --git a/.github/workflows/BuildGitHubRelease.yml b/.github/workflows/BuildGitHubRelease.yml index 14352fee..89214a3e 100644 --- a/.github/workflows/BuildGitHubRelease.yml +++ b/.github/workflows/BuildGitHubRelease.yml @@ -7,6 +7,10 @@ on: branches: [ main ] workflow_dispatch: +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + jobs: # Test diff --git a/PlexCleaner/PlexCleaner.csproj b/PlexCleaner/PlexCleaner.csproj index 3150ed94..1f749e07 100644 --- a/PlexCleaner/PlexCleaner.csproj +++ b/PlexCleaner/PlexCleaner.csproj @@ -42,7 +42,7 @@ - + diff --git a/Sandbox/Sandbox.csproj b/Sandbox/Sandbox.csproj index 5f2067c3..6e36daa8 100644 --- a/Sandbox/Sandbox.csproj +++ b/Sandbox/Sandbox.csproj @@ -8,7 +8,7 @@ - +