diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index a1399dd5434b4..444b0a64c2b0a 100644 --- a/.github/workflows/examples.yml +++ b/.github/workflows/examples.yml @@ -8,7 +8,7 @@ on: - cron: "0 7 * * *" concurrency: - group: group: ${{ github.workflow }}-${{ github.ref == 'refs/heads/master' && github.run_number || github.ref }} + group: ${{ github.workflow }}-${{ github.ref == 'refs/heads/master' && github.run_number || github.ref }} cancel-in-progress: true defaults: