We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94da7a0 commit 29032a8Copy full SHA for 29032a8
.github/workflows/publish.yml
@@ -1,5 +1,9 @@
1
on: [push, workflow_dispatch]
2
3
+concurrency:
4
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
5
+ cancel-in-progress: true
6
+
7
jobs:
8
publish:
9
runs-on: ubuntu-22.04
0 commit comments