Skip to content

Commit

Permalink
chore: try-add self-hosted workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ffenix113 committed Apr 7, 2024
1 parent eceecf6 commit c42dcd4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/example_build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Prepared SDK env

on:
workflow_dispatch:
release:
types: [published]

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true

jobs:
empty:
steps:
- name: empty
run: echo 'Nothing to see here'

0 comments on commit c42dcd4

Please sign in to comment.