From e9480f635b4b3bcb457084896f6af0aeb2badd77 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Tue, 6 Oct 2020 22:30:14 +0530 Subject: [PATCH] Clean up of validations --- .github/workflows/{validations.yml => checks.yml} | 4 ++-- .github/workflows/publish-records.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename .github/workflows/{validations.yml => checks.yml} (93%) diff --git a/.github/workflows/validations.yml b/.github/workflows/checks.yml similarity index 93% rename from .github/workflows/validations.yml rename to .github/workflows/checks.yml index ef6f4cb5b..fd27002d9 100644 --- a/.github/workflows/validations.yml +++ b/.github/workflows/checks.yml @@ -1,10 +1,10 @@ # https://github.com/actions/labeler -name: Validations +name: Checks on: [pull_request_target] jobs: - validations: + validation: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/publish-records.yml b/.github/workflows/publish-records.yml index a65fd8897..c110a5e48 100644 --- a/.github/workflows/publish-records.yml +++ b/.github/workflows/publish-records.yml @@ -8,4 +8,4 @@ jobs: publish: runs-on: ubuntu-latest steps: - - run: echo "Hello yo" + - run: echo "Hello yo"