adding indirect dispatch; test skip
All checks were successful
Test / build_and_test (push) Has been skipped
Build / build (push) Successful in 2m55s

This commit is contained in:
2026-03-09 01:39:03 +01:00
parent 8542912426
commit 32f886054f
5 changed files with 45 additions and 14 deletions

View File

@@ -9,7 +9,7 @@ on:
jobs:
build_and_test:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'ci skip')"
if: "!contains(github.event.head_commit.message, 'ci skip') && !contains(github.event.head_commit.message, 'test skip')"
steps:
- uses: actions/checkout@v4