Skip to content

Commit

Permalink
updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JavanXD committed Dec 20, 2023
1 parent 17106fe commit ff0655c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ on:
branches:
- master
workflow_dispatch:

# To cancel a currently running workflow from the same PR, branch or tag when a new workflow is triggered
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
rpi-image:
name: "Build 🍯-🐝-Image"
Expand Down

0 comments on commit ff0655c

Please sign in to comment.