Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: harupy <17039389+harupy@users.noreply.github.com>
  • Loading branch information
harupy committed Jan 10, 2022
1 parent 513ef8f commit f0527ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/examples.yml
Expand Up @@ -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:
Expand Down

0 comments on commit f0527ad

Please sign in to comment.