From f476df31af4d6d4bbb6a34b3ca870564cfc39b83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dundar=20G=C3=B6c?= Date: Sun, 6 Feb 2022 10:57:47 +0100 Subject: [PATCH] ci: rename workflows and jobs to be more consistent --- ...eck-query-files-and-compilation.yml => test-queries.yml} | 4 ++-- .github/workflows/tests.yml | 2 +- .../{update-parsers-pr.yml => update-lockfile.yml} | 6 +++--- .github/workflows/update-readme.yml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) rename .github/workflows/{check-query-files-and-compilation.yml => test-queries.yml} (97%) rename .github/workflows/{update-parsers-pr.yml => update-lockfile.yml} (95%) diff --git a/.github/workflows/check-query-files-and-compilation.yml b/.github/workflows/test-queries.yml similarity index 97% rename from .github/workflows/check-query-files-and-compilation.yml rename to .github/workflows/test-queries.yml index d26729721..d4ec33052 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 03d1847b4..98bb68744 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 similarity index 95% rename from .github/workflows/update-parsers-pr.yml rename to .github/workflows/update-lockfile.yml index 1af4913f2..b712af417 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 87c884cf6..dba7ba260 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