Skip to content

Commit

Permalink
Fix concurrency groups in Readme (#29021)
Browse files Browse the repository at this point in the history
  • Loading branch information
damccorm authored Oct 16, 2023
1 parent 75508e5 commit 1b50ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Concurrency groups are a way of making sure that no more than one Actions run is

```
concurrency:
group: '${{ github.workflow }} @ ${{ github.event.issue.number || github.event.pull_request.head.label || github.sha || github.head_ref || github.ref }}-${{ github.event.schedule || github.event.comment.id || github.event.sender.login}}'
group: '${{ github.workflow }} @ ${{ github.event.issue.number || github.sha || github.head_ref || github.ref }}-${{ github.event.schedule || github.event.comment.id || github.event.sender.login }}'
cancel-in-progress: true
```

Expand Down

0 comments on commit 1b50ebb

Please sign in to comment.