ci: rename workflows and jobs to be more consistent

This commit is contained in:
Dundar Göc 2022-02-06 10:57:47 +01:00 committed by Kiyan
parent 7c6014df2e
commit f476df31af
4 changed files with 8 additions and 8 deletions

View file

@ -1,4 +1,4 @@
name: Parser compilation and query file check
name: Test queries
on:
push:
@ -19,7 +19,7 @@ defaults:
shell: bash
jobs:
check_compilation_unix_like:
check_compilation:
strategy:
fail-fast: false
matrix:

View file

@ -15,7 +15,7 @@ concurrency:
cancel-in-progress: true
jobs:
check_compilation_unix_like:
check_compilation:
strategy:
fail-fast: false
matrix:

View file

@ -1,4 +1,4 @@
name: Make Parser Update PR
name: Update lockfile
on:
schedule:
@ -8,8 +8,8 @@ on:
- master
jobs:
update-parsers:
name: Update parsers
update-lockfile:
name: Update lockfile
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

View file

@ -1,4 +1,4 @@
name: Check README parser info
name: Update README
on:
push:
@ -7,7 +7,7 @@ on:
jobs:
update-readme:
name: Check README parser info
name: Update README
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2