[skip ci] Don't cancel previous workflows

This commit is contained in:
jvyden 2021-10-27 01:35:41 -04:00
commit a009dda816
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278

View file

@ -22,11 +22,6 @@ jobs:
DB_USER: root
DB_PASSWORD: lighthouse
steps:
- name: Cancel previous runs of this workflow
uses: styfle/cancel-workflow-action@0.6.0
with:
access_token: ${{ github.token }}
- name: Checkout
uses: actions/checkout@v2