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
- reopened
- synchronize
- labeled
- unlabeled
env:
error_msg: |+

View File

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

View File

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

View File

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

View File

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