nextcloud-android/.github/workflows/detectSnapshot.yml
Andy Scherzinger 47c902deda
Make actions cancelable
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2023-06-08 13:53:06 +02:00

21 lines
517 B
YAML

name: "Detect snapshot"
on:
pull_request:
branches: [ master, stable-* ]
# Declare default permissions as read only.
permissions: read-all
concurrency:
group: detect-snapshot-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
detectSnapshot:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
- name: Detect SNAPSHOT
run: scripts/analysis/detectSNAPSHOT.sh