forked from ROMEO/obsw
pull
This commit is contained in:
parent
86101f42b3
commit
2daf0e89d5
11
.gitea/workflows/pull.yaml
Normal file
11
.gitea/workflows/pull.yaml
Normal file
@ -0,0 +1,11 @@
|
||||
name: ROMEO Pull
|
||||
on:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
Build_Code:
|
||||
runs-on: romeo_runner
|
||||
steps:
|
||||
- name: Build linux
|
||||
run: |
|
||||
echo ${{ env.GITHUB_SHA }}
|
Loading…
x
Reference in New Issue
Block a user