Upade treiggers.
Some checks failed
Tests / test (macos-latest, 3.10) (push) Waiting to run
Tests / test (macos-latest, 3.11) (push) Waiting to run
Tests / test (macos-latest, 3.12) (push) Waiting to run
Tests / test (macos-latest, 3.8) (push) Waiting to run
Tests / test (macos-latest, 3.9) (push) Waiting to run
Tests / test (ubuntu-latest, 3.8) (push) Waiting to run
Tests / test (ubuntu-latest, 3.9) (push) Waiting to run
Tests / test (windows-latest, 3.10) (push) Waiting to run
Tests / test (windows-latest, 3.11) (push) Waiting to run
Tests / test (windows-latest, 3.12) (push) Waiting to run
Tests / test (windows-latest, 3.8) (push) Waiting to run
Tests / test (windows-latest, 3.9) (push) Waiting to run
Lint / lint (push) Failing after 1m23s
Tests / test (ubuntu-latest, 3.10) (push) Successful in 1m43s
Tests / test (ubuntu-latest, 3.12) (push) Has been cancelled
Tests / test (ubuntu-latest, 3.11) (push) Has been cancelled

This commit is contained in:
retoor 2025-11-04 08:07:08 +01:00
parent 8b8a640bf7
commit 5f04811dcc
2 changed files with 4 additions and 4 deletions

View File

@ -2,9 +2,9 @@ name: Lint
on: on:
push: push:
branches: [ main, develop ] branches: [ master, develop ]
pull_request: pull_request:
branches: [ main, develop ] branches: [ master, develop ]
jobs: jobs:
lint: lint:

View File

@ -2,9 +2,9 @@ name: Tests
on: on:
push: push:
branches: [ main, develop ] branches: [ master, develop ]
pull_request: pull_request:
branches: [ main, develop ] branches: [ master, develop ]
jobs: jobs:
test: test: