mirror of
https://github.com/bitwarden/android.git
synced 2025-12-10 00:06:22 -06:00
[PM-24930] Add placeholder workflow for sdlc-sdk-update.yml (#5723)
This commit is contained in:
parent
ff6b7b675d
commit
9fcfcc9e41
16
.github/workflows/sdlc-sdk-update.yml
vendored
Normal file
16
.github/workflows/sdlc-sdk-update.yml
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
name: SDLC / SDK Update
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
update:
|
||||
name: Update SDK
|
||||
runs-on: ubuntu-24.04
|
||||
|
||||
steps:
|
||||
- name: Placeholder
|
||||
run: echo ":feelsgood:" >> $GITHUB_STEP_SUMMARY
|
||||
Loading…
x
Reference in New Issue
Block a user