2021-01-04 15:48:29 +03:00
|
|
|
name: "Detect snapshot"
|
|
|
|
|
|
|
|
on:
|
|
|
|
pull_request:
|
2021-01-05 16:42:56 +03:00
|
|
|
branches: [ master, stable-* ]
|
2021-01-04 15:48:29 +03:00
|
|
|
|
2022-06-10 09:03:43 +03:00
|
|
|
# Declare default permissions as read only.
|
|
|
|
permissions: read-all
|
|
|
|
|
2021-01-04 15:48:29 +03:00
|
|
|
jobs:
|
2021-01-05 16:42:56 +03:00
|
|
|
detectSnapshot:
|
2021-01-04 15:48:29 +03:00
|
|
|
runs-on: ubuntu-latest
|
|
|
|
|
|
|
|
steps:
|
2023-04-17 14:58:23 +03:00
|
|
|
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
|
2021-01-04 15:48:29 +03:00
|
|
|
- name: Detect SNAPSHOT
|
|
|
|
run: scripts/analysis/detectSNAPSHOT.sh
|