„.gitea/workflows/build.yml“ ändern
This commit is contained in:
@@ -5,6 +5,7 @@ on: [workflow_dispatch, push]
|
||||
jobs:
|
||||
Test-Job:
|
||||
runs-on: ubuntu-latest
|
||||
needs: Build
|
||||
steps:
|
||||
- name: Print greeting
|
||||
run: echo "Hello world!"
|
||||
|
||||
Reference in New Issue
Block a user