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
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:

View file

@ -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

View file

@ -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