Additional suplicate action checks

This commit is contained in:
Gabe Kangas
2022-11-23 15:06:51 -08:00
committed by GitHub
parent 8e2fe17e35
commit ffdda17fff
3 changed files with 14 additions and 12 deletions

View File

@@ -22,11 +22,11 @@ jobs:
run:
working-directory: ./web
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
steps:
- id: skip_check
uses: fkirc/skip-duplicate-actions@v5
with:
concurrent_skipping: 'same_content_newer'
- name: Check out code
if: ${{ github.actor != 'renovate[bot]' && github.actor != 'renovate' }}
uses: actions/checkout@v3