3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-06 22:23:23 +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: on:
workflow_dispatch: workflow_dispatch:
schedule:
- cron: '0 3 * * *'
jobs: jobs:
analyze: analyze:

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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