Skip to content

Commit

Permalink
Merge pull request #16 from manikandan-xilinx/master
Browse files Browse the repository at this point in the history
dummy commit to test concurrency and windows exit
  • Loading branch information
manikandan-xilinx authored Dec 13, 2023
2 parents 6ce29dc + 3ac472b commit b4ee5e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
## WIP - This directory contains all the Github Action Workflows...
## WIP - This directory contains all the Github Action Workflows.....
2 changes: 1 addition & 1 deletion .github/workflows/xrt_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
types: [opened, edited, synchronize]

concurrency:
group: ${{ github.event.pull_request.head.ref }}
group: ${{ github.event.pull_request.head.repo.full_name }}-${{ github.event.pull_request.head.ref }}
cancel-in-progress: true

jobs:
Expand Down

0 comments on commit b4ee5e4

Please sign in to comment.