]> 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 b4d1d5d29cf27cc802837ae3cf82543a24469d56..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.5
+      uses: actions/checkout@v3
     - name: Poke config
       run: |
         cp config/example.storage.yml config/storage.yml