chore: [no-lint] Fix action runners for blacksmith, b=no-bug, c=workflows

This commit is contained in:
Mr. M
2025-06-20 14:13:23 +02:00
parent 8bc4c97215
commit 5040df2416
4 changed files with 38 additions and 55 deletions

View File

@@ -4,7 +4,6 @@ on:
push:
branches:
- dev
workflow_dispatch:
workflow_call:
pull_request:
branches:
@@ -16,6 +15,7 @@ permissions:
jobs:
lint:
runs-on: ubuntu-latest
if: ${{ !contains(github.event.head_commit.message, '[no-lint]') }}
steps:
- name: Checkout repository
uses: actions/checkout@v4