There was an error while loading. Please reload this page.
1 parent 87ceb25 commit fcb4d97Copy full SHA for fcb4d97
1 file changed
.github/workflows/deploy-heroku.yml
@@ -5,6 +5,12 @@ on:
5
branches:
6
- main
7
8
+# A deploy only ever ships the tip of main, so a run that a newer push has
9
+# already superseded is of no use.
10
+concurrency:
11
+ group: ${{ github.workflow }}
12
+ cancel-in-progress: true
13
+
14
jobs:
15
deploy:
16
name: Deploy to Heroku
0 commit comments