]> git.openstreetmap.org Git - rails.git/blobdiff - .github/workflows/docker.yml
Merge remote-tracking branch 'upstream/pull/3573'
[rails.git] / .github / workflows / docker.yml
index d718dcfa793ffe5af9726ab7167a0782107c1eac..cc2420730faea28c41ed593ef5f71ea48b83e78a 100644 (file)
@@ -2,13 +2,16 @@ name: Docker
 on:
   - push
   - pull_request
+concurrency:
+  group: ${{ github.workflow }}-{{ github.head_ref || github.ref }}
+  cancel-in-progress: true
 jobs:
   test:
     name: Docker
     runs-on: ubuntu-20.04
     steps:
     - name: Checkout source
-      uses: actions/checkout@v2.3.4
+      uses: actions/checkout@v3
     - name: Poke config
       run: |
         cp config/example.storage.yml config/storage.yml