From: Alex Lam S.L Date: Wed, 5 Aug 2020 14:09:02 +0000 (+0100) Subject: tweak GitHub Actions (#4037) X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=30ef20a208adceeb465593d89dd9fead7ab953c2;p=UglifyJS.git tweak GitHub Actions (#4037) --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6315a794..a434aac7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,8 @@ name: CI -on: [ push, pull_request ] +on: + pull_request: + push: + branches: [ master ] jobs: test: strategy: diff --git a/.github/workflows/ufuzz.yml b/.github/workflows/ufuzz.yml index ef39df88..12a47919 100644 --- a/.github/workflows/ufuzz.yml +++ b/.github/workflows/ufuzz.yml @@ -2,7 +2,7 @@ name: Fuzzing on: pull_request: schedule: - - cron: "*/8 * * * *" + - cron: "0,8,15,23,30,38,45,53 * * * *" jobs: ufuzz: strategy: