diff --git a/.forgejo/workflows/conventional-commits.yml b/.forgejo/workflows/conventional-commits.yml index c67a459..c833d68 100644 --- a/.forgejo/workflows/conventional-commits.yml +++ b/.forgejo/workflows/conventional-commits.yml @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: EUPL-1.2 -name: Conventional Commits +name: conventional commits on: push: branches: [main] @@ -12,7 +12,7 @@ concurrency: group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.head_ref || github.sha }} cancel-in-progress: true jobs: - build: + check: name: conventional commits runs-on: native steps: diff --git a/.forgejo/workflows/nix-build.yml b/.forgejo/workflows/nix-build.yml index df13cc7..55aaada 100644 --- a/.forgejo/workflows/nix-build.yml +++ b/.forgejo/workflows/nix-build.yml @@ -2,16 +2,14 @@ # # SPDX-License-Identifier: EUPL-1.2 -name: build flake +name: build on: - schedule: - - cron: '0 0 * * *' push: branches: [main] pull_request: branches: [main] jobs: - security_audit: + run: runs-on: native steps: - uses: actions/checkout@v4 diff --git a/.forgejo/workflows/nix-flake-check.yml b/.forgejo/workflows/nix-flake-check.yml index 3b75781..2a4b1e0 100644 --- a/.forgejo/workflows/nix-flake-check.yml +++ b/.forgejo/workflows/nix-flake-check.yml @@ -2,16 +2,14 @@ # # SPDX-License-Identifier: EUPL-1.2 -name: check flake +name: check on: - schedule: - - cron: '0 0 * * *' push: branches: [main] pull_request: branches: [main] jobs: - security_audit: + run: runs-on: native steps: - uses: actions/checkout@v4