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