ci: change names
All checks were successful
conventional commits / conventional commits (pull_request) Successful in 6s
build / run (pull_request) Successful in 11s
check / run (pull_request) Successful in 47s

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
Christina Sørensen 2024-09-07 12:07:44 +02:00
parent b69542d9a6
commit 149d353019
Signed by: cafkafk
GPG key ID: 26C542FD97F965CE
3 changed files with 6 additions and 10 deletions

View file

@ -2,7 +2,7 @@
# #
# SPDX-License-Identifier: EUPL-1.2 # SPDX-License-Identifier: EUPL-1.2
name: Conventional Commits name: conventional commits
on: on:
push: push:
branches: [main] branches: [main]
@ -12,7 +12,7 @@ concurrency:
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.head_ref || github.sha }} group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.head_ref || github.sha }}
cancel-in-progress: true cancel-in-progress: true
jobs: jobs:
build: check:
name: conventional commits name: conventional commits
runs-on: native runs-on: native
steps: steps:

View file

@ -2,16 +2,14 @@
# #
# SPDX-License-Identifier: EUPL-1.2 # SPDX-License-Identifier: EUPL-1.2
name: build flake name: build
on: on:
schedule:
- cron: '0 0 * * *'
push: push:
branches: [main] branches: [main]
pull_request: pull_request:
branches: [main] branches: [main]
jobs: jobs:
security_audit: run:
runs-on: native runs-on: native
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4

View file

@ -2,16 +2,14 @@
# #
# SPDX-License-Identifier: EUPL-1.2 # SPDX-License-Identifier: EUPL-1.2
name: check flake name: check
on: on:
schedule:
- cron: '0 0 * * *'
push: push:
branches: [main] branches: [main]
pull_request: pull_request:
branches: [main] branches: [main]
jobs: jobs:
security_audit: run:
runs-on: native runs-on: native
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4