mirror of
https://github.com/deskflow/deskflow.git
synced 2026-07-01 21:02:39 +08:00
Merge branch 'master' of github.com:symless/synergy-core
This commit is contained in:
commit
cbecaa8bce
24
.github/workflows/valgrind-analysis.yml
vendored
Normal file
24
.github/workflows/valgrind-analysis.yml
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
name: "Valgrind Analysis"
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
types:
|
||||
- opened
|
||||
- reopened
|
||||
- synchronize
|
||||
- ready_for_review
|
||||
|
||||
concurrency:
|
||||
group: "${{ github.workflow }}-${{ github.ref || github.run_id }}"
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
valgrind-analysis:
|
||||
runs-on: ubuntu-latest
|
||||
container: symless/synergy-core:ubuntu-22.04-amd64
|
||||
timeout-minutes: 5
|
||||
|
||||
steps:
|
||||
- name: Stub
|
||||
run: echo stub
|
||||
Loading…
Reference in New Issue
Block a user