From 5dd9eb799f1da83e3a6b2c996a29cc6dc7c71a35 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Wed, 3 Jul 2024 12:40:14 -0300 Subject: [PATCH] Rename the test workflow to 'test' as per our other repositories --- .github/workflows/{main.yml => test.yml} | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) rename .github/workflows/{main.yml => test.yml} (93%) diff --git a/.github/workflows/main.yml b/.github/workflows/test.yml similarity index 93% rename from .github/workflows/main.yml rename to .github/workflows/test.yml index 7dc8162..461d38a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/test.yml @@ -1,18 +1,16 @@ -name: build +name: test on: push: branches: - "master" pull_request: - schedule: - - cron: "0 2 * * 1" # 1=monday concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true -jobs: +test: build: