mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-25 06:52:13 +00:00
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:
parent
e8eb5e8295
commit
88a70d32ba
2
.github/workflows/commit-message-check.yaml
vendored
2
.github/workflows/commit-message-check.yaml
vendored
@ -5,8 +5,6 @@ on:
|
|||||||
- opened
|
- opened
|
||||||
- reopened
|
- reopened
|
||||||
- synchronize
|
- synchronize
|
||||||
- labeled
|
|
||||||
- unlabeled
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
error_msg: |+
|
error_msg: |+
|
||||||
|
2
.github/workflows/kata-deploy-push.yaml
vendored
2
.github/workflows/kata-deploy-push.yaml
vendored
@ -7,8 +7,6 @@ on:
|
|||||||
- edited
|
- edited
|
||||||
- reopened
|
- reopened
|
||||||
- synchronize
|
- synchronize
|
||||||
- labeled
|
|
||||||
- unlabeled
|
|
||||||
paths:
|
paths:
|
||||||
- tools/**
|
- tools/**
|
||||||
- versions.yaml
|
- versions.yaml
|
||||||
|
@ -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:
|
||||||
|
2
.github/workflows/snap.yaml
vendored
2
.github/workflows/snap.yaml
vendored
@ -6,8 +6,6 @@ on:
|
|||||||
- synchronize
|
- synchronize
|
||||||
- reopened
|
- reopened
|
||||||
- edited
|
- edited
|
||||||
- labeled
|
|
||||||
- unlabeled
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
2
.github/workflows/static-checks.yaml
vendored
2
.github/workflows/static-checks.yaml
vendored
@ -5,8 +5,6 @@ on:
|
|||||||
- edited
|
- edited
|
||||||
- reopened
|
- reopened
|
||||||
- synchronize
|
- synchronize
|
||||||
- labeled
|
|
||||||
- unlabeled
|
|
||||||
|
|
||||||
name: Static checks
|
name: Static checks
|
||||||
jobs:
|
jobs:
|
||||||
|
Loading…
Reference in New Issue
Block a user