summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorDundar Göc <gocdundar@gmail.com>2022-02-06 10:57:47 +0100
committerKiyan <yazdani.kiyan@protonmail.com>2022-02-14 19:15:17 +0100
commitf476df31af4d6d4bbb6a34b3ca870564cfc39b83 (patch)
tree4fe40beb63643a9fefe7a33769449d981932ff50 /.github/workflows
parent7c6014df2e46d05685fe9a6bbc1d2e399e2b2414 (diff)
ci: rename workflows and jobs to be more consistent
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/test-queries.yml (renamed from .github/workflows/check-query-files-and-compilation.yml)4
-rw-r--r--.github/workflows/tests.yml2
-rw-r--r--.github/workflows/update-lockfile.yml (renamed from .github/workflows/update-parsers-pr.yml)6
-rw-r--r--.github/workflows/update-readme.yml4
4 files changed, 8 insertions, 8 deletions
diff --git a/.github/workflows/check-query-files-and-compilation.yml b/.github/workflows/test-queries.yml
index d2672972..d4ec3305 100644
--- a/.github/workflows/check-query-files-and-compilation.yml
+++ b/.github/workflows/test-queries.yml
@@ -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:
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 03d1847b..98bb6874 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -15,7 +15,7 @@ concurrency:
cancel-in-progress: true
jobs:
- check_compilation_unix_like:
+ check_compilation:
strategy:
fail-fast: false
matrix:
diff --git a/.github/workflows/update-parsers-pr.yml b/.github/workflows/update-lockfile.yml
index 1af4913f..b712af41 100644
--- a/.github/workflows/update-parsers-pr.yml
+++ b/.github/workflows/update-lockfile.yml
@@ -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
diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml
index 87c884cf..dba7ba26 100644
--- a/.github/workflows/update-readme.yml
+++ b/.github/workflows/update-readme.yml
@@ -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