mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 18:43:34 +00:00
Merge pull request #211 from red-hat-storage/sync_us--devel
Syncing latest changes from devel for ceph-csi
This commit is contained in:
18
.github/workflows/tickgit.yaml
vendored
Normal file
18
.github/workflows/tickgit.yaml
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
---
|
||||
name: List TODO's
|
||||
# yamllint disable-line rule:truthy
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- devel
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
tickgit:
|
||||
name: tickgit
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: make containerized-test TARGET=tickgit
|
Reference in New Issue
Block a user