CodeQL: ignore v* tag pushes
Some checks are pending
Release 3X-UI / Analyze Go code (push) Waiting to run
Release 3X-UI / build (386) (push) Blocked by required conditions
Release 3X-UI / build (amd64) (push) Blocked by required conditions
Release 3X-UI / build (arm64) (push) Blocked by required conditions
Release 3X-UI / build (armv5) (push) Blocked by required conditions
Release 3X-UI / build (armv6) (push) Blocked by required conditions
Release 3X-UI / build (armv7) (push) Blocked by required conditions
Release 3X-UI / build (s390x) (push) Blocked by required conditions
Release 3X-UI / Build for Windows (push) Blocked by required conditions

This commit is contained in:
MHSanaei 2026-04-21 15:17:59 +02:00
parent df163854bd
commit faec3ca038
No known key found for this signature in database
GPG key ID: 7E4060F2FBE5AB7A

View file

@ -2,9 +2,11 @@ name: "CodeQL Advanced"
on: on:
push: push:
tags-ignore:
- "v*"
pull_request: pull_request:
schedule: schedule:
- cron: '18 2 * * 2' - cron: "18 2 * * 2"
jobs: jobs:
analyze: analyze: