This commit is contained in:
12
.gitea/workflows/smake.yml
Normal file
12
.gitea/workflows/smake.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
name: Smoke
|
||||
on:
|
||||
workflow_dispatch: {}
|
||||
push:
|
||||
branches: ["main"]
|
||||
|
||||
jobs:
|
||||
hello:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: echo "Runner=$RUNNER_NAME OK ; SHA=$GITHUB_SHA"
|
||||
Reference in New Issue
Block a user