mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-09-02 22:20:43 +02:00
ignoring some other workflows for now
This commit is contained in:
@@ -1,7 +1,16 @@
|
||||
name: Native CMake Build
|
||||
|
||||
on: [push, pull_request, workflow_dispatch]
|
||||
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- 'dev/pr_automation*'
|
||||
- 'dev/test_pr_automation*'
|
||||
pull_request:
|
||||
branches-ignore:
|
||||
- 'dev/pr_automation*'
|
||||
- 'dev/test_pr_automation*'
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
|
||||
BUILD_TYPE: Debug
|
||||
|
||||
@@ -1,7 +1,11 @@
|
||||
name: Build slsdetlib
|
||||
|
||||
on: [pull_request]
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches-ignore:
|
||||
- 'dev/pr_automation*'
|
||||
- 'dev/test_pr_automation*'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
strategy:
|
||||
|
||||
@@ -1,7 +1,11 @@
|
||||
name: slsdet
|
||||
|
||||
on: [pull_request]
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches-ignore:
|
||||
- 'dev/pr_automation*'
|
||||
- 'dev/test_pr_automation*'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
strategy:
|
||||
|
||||
@@ -2,8 +2,9 @@ name: Run Simulator Tests
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
|
||||
branches-ignore:
|
||||
- 'dev/pr_automation*'
|
||||
- 'dev/test_pr_automation*'
|
||||
|
||||
env:
|
||||
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
|
||||
|
||||
Reference in New Issue
Block a user