ci/run-gitea-action-on-pr #88

Merged
servostar merged 4 commits from ci/run-gitea-action-on-pr into main 2024-11-21 15:18:28 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit c06ddd544c - Show all commits

View File

@ -9,7 +9,7 @@ jobs:
run-ci-linux:
runs-on: ubuntu-latest
if: >
contains(github.event.head_commit.message, 'Run-Check') ||
contains(github.event.head_commit.message, 'Run-Checks') ||
github.event_name == 'pull_request'
steps:
- name: Check out repository code