Skip to content

Commit

Permalink
Fix(Workflow): cancel repeated builds and use latest source code
Browse files Browse the repository at this point in the history
  • Loading branch information
SaptarshiSarkar12 committed Jun 23, 2023
1 parent 86dbec2 commit 281606f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ on:
- "*.md"
- "*.txt"
workflow_dispatch:

concurrency:
group: ${{ github.ref }}
cancel-in-progress: true

jobs:
package-Drifty-for-Windows:
runs-on: "windows-latest"
Expand Down

1 comment on commit 281606f

@vercel
Copy link

@vercel vercel bot commented on 281606f Jun 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.