Skip to content

Commit

Permalink
update 51 concurrency workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume Falourd <[email protected]>
  • Loading branch information
GuillaumeFalourd committed Mar 23, 2022
1 parent 8980f05 commit 33168df
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/51-concurrency.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: 51 - Concurrency

on:
push:
branches: [main]
workflow_dispatch:
# push:
# branches: [main]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 33168df

Please sign in to comment.