Skip to content

Commit 9e04861

Browse files
author
Matthias Koeppe
committed
.github/workflows/ci-linux-incremental.yml: Do not require labels to be set
1 parent 0c390a0 commit 9e04861

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/ci-linux-incremental.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,6 @@ name: CI Linux incremental
1717

1818
on:
1919
pull_request:
20-
types:
21-
# Defaults
22-
- opened
23-
- synchronize
24-
- reopened
25-
# When a CI label is added
26-
- labeled
2720
paths:
2821
- 'build/pkgs/**'
2922
- 'pkgs/**'
@@ -81,14 +74,6 @@ jobs:
8174
8275
test:
8376
needs: [changed_files]
84-
if: |
85-
github.event_name != 'pull_request' ||
86-
((github.event.action != 'labeled' &&
87-
(contains(github.event.pull_request.labels.*.name, 'c: packages: standard') ||
88-
contains(github.event.pull_request.labels.*.name, 'c: packages: optional'))) ||
89-
(github.event.action == 'labeled' &&
90-
(github.event.label.name == 'c: packages: optional' ||
91-
github.event.label.name == 'c: packages: standard')))
9277
uses: ./.github/workflows/docker.yml
9378
with:
9479
# Build incrementally from published Docker image

0 commit comments

Comments
 (0)