From 800e8caf6765f545b47d97946a747219b20ef1e6 Mon Sep 17 00:00:00 2001 From: "Paulo F. Oliveira" Date: Tue, 21 May 2024 18:49:29 +0100 Subject: [PATCH] Be less wasteful --- .github/workflows/ci.yml | 2 +- .github/workflows/lint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a89e259..f5354d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,6 @@ --- name: build -on: [push, pull_request] +on: [push] jobs: ci: name: OTP ${{matrix.otp_vsn}} on ${{matrix.os}} diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 5742cd2..9ff4fd7 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,7 +1,7 @@ --- name: lint -on: [push, pull_request] +on: [push] jobs: md_and_yml: