Remove workflow events that used the wrong syntax. Fall back to the default: opened, synchronize, and reopened

This commit is contained in:
Daniel Markstedt 2023-11-03 09:00:01 +09:00 committed by Daniel Markstedt
parent 063e8ed32b
commit d1a080b7d0
2 changed files with 0 additions and 10 deletions

View File

@ -11,11 +11,6 @@ on:
- 'cpp/**'
- 'python/**'
- '.github/workflows/cpp.yml'
types:
- assigned
- opened
- synchronize
- reopened
env:
APT_PACKAGES: libspdlog-dev libpcap-dev libevdev2 libev-dev protobuf-compiler libgtest-dev libgmock-dev

View File

@ -12,11 +12,6 @@ on:
- 'python/common/**'
- '.github/workflows/web.yml'
- 'easyinstall.sh'
types:
- assigned
- opened
- synchronize
- reopened
jobs:
backend_checks: