diff --git a/.github/workflows/main-health.yml b/.github/workflows/main-health.yml deleted file mode 100644 index 769083516..000000000 --- a/.github/workflows/main-health.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: Main health - -on: - push: - branches: - - main - -jobs: - validate: - name: Validate - uses: ./.github/workflows/validate.yml - - tests: - needs: [validate] - name: Tests - uses: ./.github/workflows/tests.yml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 23505662b..1a605f680 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,8 +2,9 @@ name: Release on: workflow_dispatch: - schedule: - - cron: '0 7 * * MON' + push: + branches: + - main jobs: validate: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ce9dbabb1..657f2b10b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -3,6 +3,7 @@ on: jobs: get-lts-versions: + name: Retrieve Node.js lts versions runs-on: ubuntu-latest outputs: matrix_lts_versions: ${{ steps.get-lts-versions.outputs.matrix_lts_versions }} diff --git a/README.md b/README.md index 2ec8be3d8..c1c6aab66 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@