Revert "workflows: Ensure a label change re-triggers the actions"

This reverts commit 7a879164bd, as it's
been proved that re-triggering the checks at every single change is more
painful than having to close / re-open a PR in case we ever use the
`force-skip-ci` label again.

Fixes: #2804

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
Fabiano Fidêncio 2022-02-03 22:24:03 +01:00 committed by Samuel Ortiz
parent e8eb5e8295
commit 88a70d32ba
5 changed files with 0 additions and 10 deletions

View File

@ -5,8 +5,6 @@ on:
- opened - opened
- reopened - reopened
- synchronize - synchronize
- labeled
- unlabeled
env: env:
error_msg: |+ error_msg: |+

View File

@ -7,8 +7,6 @@ on:
- edited - edited
- reopened - reopened
- synchronize - synchronize
- labeled
- unlabeled
paths: paths:
- tools/** - tools/**
- versions.yaml - versions.yaml

View File

@ -10,8 +10,6 @@ on:
types: types:
- opened - opened
- reopened - reopened
- labeled
- unlabeled
jobs: jobs:
move-linked-issues-to-in-progress: move-linked-issues-to-in-progress:

View File

@ -6,8 +6,6 @@ on:
- synchronize - synchronize
- reopened - reopened
- edited - edited
- labeled
- unlabeled
jobs: jobs:
test: test:

View File

@ -5,8 +5,6 @@ on:
- edited - edited
- reopened - reopened
- synchronize - synchronize
- labeled
- unlabeled
name: Static checks name: Static checks
jobs: jobs: