Skip to content

Commit

Permalink
Correct action name. Add cuncurrency group to PR workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
OptimumCode committed Jul 18, 2023
1 parent ee3f38b commit 034f02a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: "Check the PR"
on:
pull_request:

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
cancel-in-progress: true

jobs:
check:
strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
${{ runner.os }}-gradle-
- name: Get version
id: versions
uses: HardNorth/github- [email protected]
uses: HardNorth/[email protected]
with:
version-source: file
version-file: ${{ env.VERSION_FILE }}
Expand Down

0 comments on commit 034f02a

Please sign in to comment.