3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-12 12:08:19 +00:00

CMake: disable CI for now

This commit is contained in:
Miodrag Milanovic 2025-02-12 14:55:51 +01:00
parent a50d630336
commit 6144b5c598
9 changed files with 13 additions and 13 deletions

View file

@ -2,8 +2,6 @@ name: "CodeQL"
on:
workflow_dispatch:
schedule:
- cron: '0 3 * * *'
jobs:
analyze:

View file

@ -1,6 +1,7 @@
name: Test extra build flows
on: [push, pull_request]
on:
workflow_dispatch:
jobs:
pre_job:

View file

@ -1,6 +1,7 @@
name: Build docs artifact with Verific
on: [push, pull_request]
on:
workflow_dispatch:
jobs:
check_docs_rebuild:

View file

@ -1,6 +1,7 @@
name: Create source archive with vendored dependencies
on: [push, workflow_dispatch]
on:
workflow_dispatch:
jobs:
vendor-sources:

View file

@ -1,6 +1,7 @@
name: Build and run tests
on: [push, pull_request]
on:
workflow_dispatch:
jobs:
pre_job:

View file

@ -1,6 +1,7 @@
name: Compiler testing
on: [push, pull_request]
on:
workflow_dispatch:
jobs:
pre_job:

View file

@ -1,6 +1,7 @@
name: Build and run tests with Verific (Linux)
on: [push, pull_request]
on:
workflow_dispatch:
jobs:
pre-job:

View file

@ -1,8 +1,6 @@
name: update-flake-lock
on:
workflow_dispatch: # allows manual triggering
schedule:
- cron: '0 0 * * 0' # runs weekly on Sunday at 00:00
workflow_dispatch:
jobs:
lockfile:

View file

@ -2,8 +2,6 @@ name: Bump version
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
jobs:
bump-version: