diff options
author | Alex Lam S.L <alexlamsl@gmail.com> | 2020-08-05 15:09:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-05 22:09:02 +0800 |
commit | 30ef20a208adceeb465593d89dd9fead7ab953c2 (patch) | |
tree | 47ee3a14cedfdccdd72fcaa0497529a208085027 /.github | |
parent | a4002ef46799438614ff0b902551fa7fedf2c884 (diff) | |
download | tracifyjs-30ef20a208adceeb465593d89dd9fead7ab953c2.tar.gz tracifyjs-30ef20a208adceeb465593d89dd9fead7ab953c2.zip |
tweak GitHub Actions (#4037)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 5 | ||||
-rw-r--r-- | .github/workflows/ufuzz.yml | 2 |
2 files changed, 5 insertions, 2 deletions
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: |