Browse Source

Don't trigger Github Actions CI builds after editing a PR's opening post

After dropping "edited" keyword, it is the same as the default.
adaptive-webui-19844
Chocobo1 4 years ago
parent
commit
82b0bc63a3
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C
  1. 1
      .github/workflows/ci.yaml
  2. 1
      .github/workflows/file_health.yaml

1
.github/workflows/ci.yaml

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

1
.github/workflows/file_health.yaml

@ -4,7 +4,6 @@ on:
push: push:
branches: [ '**' ] branches: [ '**' ]
pull_request: pull_request:
types: [edited, opened, reopened, synchronize]
branches: [ '**' ] branches: [ '**' ]
jobs: jobs:

Loading…
Cancel
Save