Bladeren bron

Configure check_website to cancel in-progress runs.

This is necessary since the check_binary_checksums job will fail if dl.elv.sh
hosts the build from a newer commit.
Qi Xiao 2 jaren geleden
bovenliggende
commit
9027d8369d
1 gewijzigde bestanden met toevoegingen van 4 en 0 verwijderingen
  1. 4 0
      .github/workflows/check_website.yml

+ 4 - 0
.github/workflows/check_website.yml

@@ -5,6 +5,10 @@ on:
     branches:
       - master
 
+concurrency:
+  group: ${{ github.workflow }}
+  cancel-in-progress: true
+
 jobs:
   check_freshness:
     name: Check freshness