Compare commits

...

3 Commits

Author SHA1 Message Date
85303e709b Merge pull request '* MOD: workflow tests' (#4) from actions_test into main
Some checks failed
Build and push / build_and_push (push) Has been cancelled
Test stage / check and test (push) Has been cancelled
Reviewed-on: #4
2024-01-21 09:46:35 +01:00
114a274da9 Merge branch 'main' into actions_test
All checks were successful
Test stage / check and test (push) Successful in 6s
2024-01-21 09:46:11 +01:00
74165ff48c * MOD: workflow tests
All checks were successful
Test stage / check and test (push) Successful in 6s
Signed-off-by: Uwe Hermann <uh@uleenucks.de>
2024-01-21 09:45:39 +01:00
2 changed files with 6 additions and 2 deletions

View File

@@ -4,7 +4,11 @@ on:
push:
branches:
- main
needs: [test]
workflow_run:
workflows: ["Test stage"]
branches: [main]
types:
- completed
jobs:
buildpush:

View File

@@ -4,7 +4,7 @@ on:
- push
jobs:
lint:
test_shellcheck:
name: check and test
runs-on: ubuntu-latest
steps: