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"