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 d76dd92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cross-version-tests.yml
Expand Up @@ -32,7 +32,7 @@ on:
- master

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
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 d76dd92

Please sign in to comment.