Browse Source

Merge pull request #14336 from Chocobo1/actions

Don't trigger Github Actions CI builds after editing a PR's opening post
adaptive-webui-19844
Mike Tzou 4 years ago committed by GitHub
parent
commit
5e4f548321
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/workflows/ci.yaml
  2. 7
      .github/workflows/file_health.yaml

1
.github/workflows/ci.yaml

@ -8,7 +8,6 @@ on: @@ -8,7 +8,6 @@ on:
push:
branches: [ master ]
pull_request:
types: [edited, opened, reopened, synchronize]
branches: [ master ]
env:

7
.github/workflows/file_health.yaml

@ -1,11 +1,6 @@ @@ -1,11 +1,6 @@
name: GitHub Actions file health check
on:
push:
branches: [ '**' ]
pull_request:
types: [edited, opened, reopened, synchronize]
branches: [ '**' ]
on: [pull_request, push]
jobs:
check_file_health:

Loading…
Cancel
Save