diff --git a/.github/workflows/build-apps.yml b/.github/workflows/build-apps.yml index f5134028a..2b72544eb 100644 --- a/.github/workflows/build-apps.yml +++ b/.github/workflows/build-apps.yml @@ -13,7 +13,7 @@ env: IS_NIGHTLY: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} concurrency: - group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} + group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true jobs: