-
Notifications
You must be signed in to change notification settings - Fork 181
ci: added job filter to avoid pending jobs #3152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 1 commit
03d109a
9ac17a0
d7cb1ca
d4c4c58
01f215f
bd6effa
aa173e2
d536a84
8d3c478
44ae39d
f8c1667
6c174ce
2c1242d
24cf2b7
29190bf
3ca52dc
90621ef
735c57c
239a3f0
17b1178
3eebb41
1aa15f8
de0e4c4
23b56bd
8c2267c
b603139
21292df
d335666
3da6103
11b6424
158cdee
5b2e615
b0bab28
0f85a64
6fe2146
6d694c2
eb2bd70
cb9b0e9
c283293
5cb8242
3eecc06
0ec54f3
8c065df
ecf3137
02d9337
436e4a7
f8241de
099885c
0fcee3c
cc797db
9657341
8669fa5
bb05bc0
bbe72d4
eb02de5
0fd7eb0
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,6 +5,13 @@ on: | |
| - '**' | ||
| tags-ignore: | ||
| - '*' | ||
| pull_request: | ||
| types: | ||
| - opened | ||
| - synchronize | ||
| - reopened | ||
| branches: | ||
| - '**' | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I am wondering if we should restrict branch naming and not allowing branches that could overlap with our tagging system, e.g.. to prevent pushing v4.16.9 branch.
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We would not be prevent the creation of the branch. This should not happen on external repositories anyway. However, the previous approach does not seem to lead the way we want to. Therefore I reversed changes to the trigger and added filters instead. That should skip the tasks that are stuck in a pending state. |
||
| workflow_dispatch: ~ | ||
| env: | ||
| CACHE_REGISTRY: ghcr.io | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.