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