Skip to content

Commit

Permalink
#1763 change concurrency group name for comment-on-pr
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Strzebonski committed Jul 4, 2022
1 parent 2f55834 commit 30d8f65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/comment-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
repository_dispatch:
types: comment-pr

concurrency: ${{ github.event.repository.name }}-${{ github.event.client_payload.pr_number }}
concurrency: ${{ github.event.repository.name }}-${{ github.ref }}

jobs:
comment-on-pr:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macosx-clang-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
build:
runs-on: macos-10.15

if: github.event.pull_request.draft == true
if: github.event.pull_request.draft == false

strategy:
fail-fast: false
Expand Down

0 comments on commit 30d8f65

Please sign in to comment.